[themotte/rDrama#451] The basic post/comment test should not fail no matter what env says

This commit is contained in:
faul_sname 2022-12-31 02:07:18 -08:00
parent 6905710b18
commit 8b7e637e6e

View file

@ -7,7 +7,7 @@ def test_rules(accounts):
assert response.status_code == 200
assert response.text.startswith("<!DOCTYPE html>")
@util.no_rate_limit
def test_post_and_comment(accounts):
client = accounts.client_for_account()