[themotte/rDrama#451] The basic post/comment test should not fail no matter what env says
This commit is contained in:
parent
6905710b18
commit
8b7e637e6e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ def test_rules(accounts):
|
||||||
assert response.status_code == 200
|
assert response.status_code == 200
|
||||||
assert response.text.startswith("<!DOCTYPE html>")
|
assert response.text.startswith("<!DOCTYPE html>")
|
||||||
|
|
||||||
|
@util.no_rate_limit
|
||||||
def test_post_and_comment(accounts):
|
def test_post_and_comment(accounts):
|
||||||
client = accounts.client_for_account()
|
client = accounts.client_for_account()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue