Merge "lodgeit: switch pastes to be private by default"

This commit is contained in:
Zuul 2022-02-08 23:18:00 +00:00 committed by Gerrit Code Review
commit a50aab2e3a

View File

@ -31,6 +31,9 @@ def test_paste(host):
'--resolve paste.opendev.org:443:127.0.0.1 '
'https://paste.opendev.org')
assert 'New Paste' in cmd.stdout
# ensure we paste private by default
assert '<input type="checkbox" name="private" id="private" checked>' \
in cmd.stdout
def test_paste_redirects(host):
# http site should redirect all agents but Pastebinit