Skip to content

Commit d7ef131

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

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
@@ -120,4 +120,4 @@ def test_data_volume(self):
120120
)
121121
cip = self.app.get_cip(cid_file_name="doc_root")
122122
assert cip
123-
assert self.app.test_response(url=f"{cip}", port=8080, expected_code=200, expected_output="hello")
123+
assert self.app.test_response(url=cip, port=8080, expected_code=200, expected_output="hello")

0 commit comments

Comments
 (0)