Skip to content

Commit 1622d2f

Browse files
committed
fix remaining test_runner tests
1 parent 0d5e4c2 commit 1622d2f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gabbi/case.py

-1
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,6 @@ def _run_request(
511511

512512
# Decode and store response
513513
decoded_output = utils.decode_response_content(response, content)
514-
print(decoded_output)
515514
self.content_type = response.get('content-type', '').lower()
516515
loader_class = self.get_content_handler(self.content_type)
517516
if (decoded_output and loader_class

gabbi/tests/test_runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def test_quiet_is_quiet(self):
356356
status: 200
357357
response_headers:
358358
x-gabbi-url: http://%s:%s/foo/baz
359-
""" % (self.host, self.port))
359+
""" % (self.resolved_host, self.port))
360360

361361
try:
362362
runner.run()

0 commit comments

Comments
 (0)