Skip to content

Commit

Permalink
debugging the test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Apr 2, 2024
1 parent b683198 commit edb06bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/test_itde_manager_in_docker_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ def run_test():
network = _get_docker_network(docker_client, network_name)
assert network is not None, 'Cannot find the Docker-DB network.'
err_code = network.connect(container.id)
network.reload()
in_network = container in network.containers
connected_containers = [cont.name for cont in network.containers]
assert in_network, f'Container is not connected to the Docker DB network. Error code: {err_code}. Containers: {connected_containers}'
Expand Down

0 comments on commit edb06bb

Please sign in to comment.