We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb816c4 commit a01fdeeCopy full SHA for a01fdee
1 file changed
tests/ssg_test_suite/test_env.py
@@ -574,7 +574,7 @@ def _get_container_ports(self, container):
574
def extract_port_map(self, podman_network_data):
575
if not podman_network_data:
576
raise ValueError("Port data is empty or None")
577
-
+
578
if 'containerPort' in podman_network_data:
579
container_port = podman_network_data['containerPort']
580
host_port = podman_network_data['hostPort']
0 commit comments