Skip to content

Commit

Permalink
Use multi_db to fix tests on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Jul 15, 2021
1 parent 368d62e commit 91d298c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kolibri/core/notifications/test/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,8 @@ def test_parse_attemptslog_update_attempt_with_three_wrong_attempts_no_started(


class BulkNotificationsAPITestCase(APITestCase):
multi_db = True

@classmethod
def setUpTestData(cls):
provision_device()
Expand Down

0 comments on commit 91d298c

Please sign in to comment.