Skip to content

Commit 7c08055

Browse files
Update test/test_container_httpd.py
Co-authored-by: Lumír 'Frenzy' Balhar <[email protected]>
1 parent d7ef131 commit 7c08055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_container_httpd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def test_mpm_config(self, mpm_config):
7474
# Let's check that server really response HTTP-403
7575
# See function here: in test/run `_run_mpm_config_test`
7676
# https://github.com/sclorg/httpd-container/blob/master/test/run#L97
77-
assert self.app.test_response(url=f"{cip}", port=8080, expected_code=403)
77+
assert self.app.test_response(url=cip, port=8080, expected_code=403)
7878
logs = self.app.get_logs(cid_file_name=cid_name)
7979
assert re.search(f"mpm_{mpm_config}:notice.*resuming normal operations", logs)
8080

0 commit comments

Comments
 (0)