mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Replace '%s' in create tests
Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
This commit is contained in:
parent
dc243c812b
commit
91f33fcaaa
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ func TestCreateEchoStdout(t *testing.T) {
|
|||
errorOut(err, t, out)
|
||||
|
||||
if out != "test123\n" {
|
||||
t.Errorf("container should've printed 'test123', got '%s'", out)
|
||||
t.Errorf("container should've printed 'test123', got %q", out)
|
||||
}
|
||||
|
||||
deleteAllContainers()
|
||||
|
|
Loading…
Add table
Reference in a new issue