mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix format calls as suggested by vet
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
parent
bb96e53b0f
commit
a75b02fe72
5 changed files with 10 additions and 10 deletions
|
@ -67,7 +67,7 @@ func TestRmRunningContainerCheckError409(t *testing.T) {
|
|||
t.Fatalf("Expected error, can't rm a running container")
|
||||
}
|
||||
if !strings.Contains(err.Error(), "409 Conflict") {
|
||||
t.Fatalf("Expected error to contain '409 Conflict' but found", err)
|
||||
t.Fatalf("Expected error to contain '409 Conflict' but found %s", err)
|
||||
}
|
||||
|
||||
deleteAllContainers()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue