Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion testing/test_pastebin.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_skip():
]
)

def test_non_ascii_paste_text(self, testdir):
def test_non_ascii_paste_text(self, testdir, pastebinlist):
"""Make sure that text which contains non-ascii characters is pasted
correctly. See #1219.
"""
Expand All @@ -74,6 +74,7 @@ def test():
"*Sending information to Paste Service*",
]
)
assert len(pastebinlist) == 1


class TestPaste:
Expand Down