mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
spelling: unexpected
This commit is contained in:
@@ -695,7 +695,7 @@ func TestConsul_RegServices(t *testing.T) {
|
||||
ctx.Task.Services[0].Name = "taskname-service2"
|
||||
ctx.Task.Services[0].Tags[0] = "tag3"
|
||||
if err := ctx.ServiceClient.RegisterTask("allocid", ctx.Task, ctx.Restarter, nil, nil); err != nil {
|
||||
t.Fatalf("unpexpected error registering task: %v", err)
|
||||
t.Fatalf("unexpected error registering task: %v", err)
|
||||
}
|
||||
|
||||
// Assert check update is pending
|
||||
|
||||
Reference in New Issue
Block a user