Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Fixed: error in client test
Browse files Browse the repository at this point in the history
  • Loading branch information
sandlbn committed Sep 8, 2015
1 parent 1c420f9 commit 9df56fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mgmt/rest/client/client_func_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func TestPulseClient(t *testing.T) {
So(p2.AvailablePlugins, ShouldBeEmpty)

_, err := c.pluginUploadRequest("")
So(err.Error(), ShouldEqual, "open : no such file or directory")
So(err.Error(), ShouldEqual, "stat : no such file or directory")
})
Convey("single item", func() {
port := getPort()
Expand Down

0 comments on commit 9df56fc

Please sign in to comment.