Fix assertion in dns tests wrt changed docker json API #27489
This commit is contained in:
parent
251fdff519
commit
a19bd1597a
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ trait DockerBindDnsService extends Eventually { self: AkkaSpec =>
|
||||||
})
|
})
|
||||||
|
|
||||||
val creation = client.createContainer(containerConfig, containerName)
|
val creation = client.createContainer(containerConfig, containerName)
|
||||||
creation.warnings() should be(null)
|
creation.warnings() should be(null).or(have(size(0)))
|
||||||
id = Some(creation.id())
|
id = Some(creation.id())
|
||||||
|
|
||||||
client.startContainer(creation.id())
|
client.startContainer(creation.id())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue