mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
expected new_container_id while testing ContainerCommit
Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
This commit is contained in:
parent
e93bd7b8ce
commit
773ae28dae
6 changed files with 9 additions and 9 deletions
|
|
@ -91,6 +91,6 @@ func TestContainerCommit(t *testing.T) {
|
|||
t.Fatal(err)
|
||||
}
|
||||
if r.ID != "new_container_id" {
|
||||
t.Fatalf("expected `container_id`, got %s", r.ID)
|
||||
t.Fatalf("expected `new_container_id`, got %s", r.ID)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue