Apply suggestions from code review

Co-authored-by: dgtlmoon <leigh@morresi.net>
diff-proposed-for-bwees
Brandon Wees 2 years ago committed by GitHub
parent 294bb7be15
commit e11c6aeb5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,8 +66,8 @@ def test_diff_filtering_no_add(client, live_server):
# We should NOT see the change
res = client.get(url_for("index"))
# save res.data to a file
with open("./test-index.html", "w") as f:
f.write(res.data.decode("utf-8"))
assert b'unviewed' not in res.data

Loading…
Cancel
Save