Skip to content

Commit

Permalink
Fixed a test
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed May 30, 2016
1 parent e00e203 commit f1a5348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/agent/alloc_endpoint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func TestHTTP_AllocStats(t *testing.T) {

// Make the request
_, err = s.Server.ClientAllocRequest(respW, req)
if !strings.Contains(err.Error(), urlNotFoundErr) {
if !strings.Contains(err.Error(), allocNotFoundErr) {
t.Fatalf("err: %v", err)
}
})
Expand Down

0 comments on commit f1a5348

Please sign in to comment.