Skip to content

Commit b6bbeed

Browse files
committed
Merge branch 'refactor-notifications' of https://github.com/CenterForOpenScience/osf.io into refactor-notifications
* 'refactor-notifications' of https://github.com/CenterForOpenScience/osf.io:
2 parents e47c9e8 + 2dbcbf7 commit b6bbeed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

admin/base/settings/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
CSRF_COOKIE_HTTPONLY = False
4141

4242
ALLOWED_HOSTS = [
43-
'.osf.io',
43+
'.osf.io'
4444
]
4545

4646
AUTH_PASSWORD_VALIDATORS = [

api_tests/users/views/test_user_settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ def test_throttle(self, app, url, user_one):
282282
}
283283
}
284284

285+
res = app.post_json_api(url, payload, expect_errors=True)
285286
res = app.post_json_api(url, payload, expect_errors=True)
286287
assert res.status_code == 429
287288

0 commit comments

Comments
 (0)