Skip to content

Commit 8121bb7

Browse files
authored
Tests: fix tests con .com (#12439)
This setting is overridden in .com, so this tests fails
1 parent 7fdf310 commit 8121bb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/rtd_tests/tests/test_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,7 @@ def test_revoke_build_api_key(self):
809809
self.assertEqual(resp.status_code, 204)
810810
self.assertFalse(BuildAPIKey.objects.is_valid(build_api_key))
811811

812+
@override_settings(BUILD_TIME_LIMIT=600)
812813
def test_expiricy_key(self):
813814
project = get(Project)
814815
build_api_key_obj, build_api_key = BuildAPIKey.objects.create_key(project)

0 commit comments

Comments
 (0)