Skip to content

Commit

Permalink
moah fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed May 22, 2024
1 parent 03a2b47 commit 842ec1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/models_containers_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ def test_run_with_networking_config_only_undeclared_network(self):
# and aliases are now included in DNSNames.
assert (attrs['NetworkSettings']['Networks'][net_name]['Aliases']
is None)
assert attrs['NetworkSettings']['Networks'][net_name]['DNSNames'] \
== [test_alias, attrs['Id'][:12]]
assert (attrs['NetworkSettings']['Networks'][net_name]['DriverOpts']
is None)

Expand Down

0 comments on commit 842ec1b

Please sign in to comment.