Merge "lodgeit: switch pastes to be private by default"
This commit is contained in:
commit
a50aab2e3a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user