Skip to content

Commit 66934a2

Browse files
committed
add network settings to fixture
1 parent c623fe8 commit 66934a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tests/fixtures.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ def wrapper(*args, **kwargs):
5353
"Status": "running",
5454
"Running": True,
5555
},
56+
"NetworkSettings": {
57+
"Networks": {
58+
"NetworkID": "network-id",
59+
"IPAddress": "10.0.0.1",
60+
}
61+
},
5662
}
5763
for container in containers
5864
]

0 commit comments

Comments
 (0)