Skip to content

Commit ad2e7ba

Browse files
Add logging to debug tests
1 parent 06f9b15 commit ad2e7ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

c2corg_api/tests/views/test_article.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ def test_get_version_etag(self):
117117
headers = {
118118
'If-None-Match': etag
119119
}
120-
print(f"Headers sent to {url} for testing Etag : {headers}", flush=True, file=sys.stderr)
120+
print(f"Headers sent to {url} for testing Etag : {headers}",
121+
flush=True, file=sys.stderr)
121122
self.app.get(url, status=304, headers=headers)
122123

123124
def test_get_version_caching(self):

0 commit comments

Comments
 (0)