We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddeac35 commit 22c24c5Copy full SHA for 22c24c5
ckanext/iati_generator/tests/test_helpers_slack.py
@@ -148,4 +148,4 @@ def __exit__(self, exc_type, exc, tb):
148
149
assert ok is True
150
assert b"My Dataset" in captured["body"]
151
- assert b"file.csv" in captured["body"]
+ assert b"file.csv" in captured["body"]
0 commit comments