mirror of
https://github.com/kemko/nomad.git
synced 2026-01-10 04:15:41 +03:00
nomad: log error
This commit is contained in:
@@ -74,7 +74,7 @@ func TestEvalEndpoint_Dequeue(t *testing.T) {
|
||||
}
|
||||
|
||||
if !reflect.DeepEqual(eval1, resp.Eval) {
|
||||
t.Fatalf("bad: %#v %#v", eval1, resp.Eval)
|
||||
t.Fatalf("bad: %v %v", eval1, resp.Eval)
|
||||
}
|
||||
|
||||
// Ensure outstanding
|
||||
|
||||
Reference in New Issue
Block a user