diff options
| author | Tim Graham <timograham@gmail.com> | 2017-02-10 08:19:32 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-10 08:19:32 -0500 |
| commit | ab83d4d8fe76c2c6bc3b0a96aa2baed9c9f07f19 (patch) | |
| tree | 6564a7f124afe5fd99173f1cbe6c8d1762b2fd90 /tests/migrations/test_loader.py | |
| parent | bece837829eafbc22f2598dadf82c9a8364b085a (diff) | |
Added multi_db=True to test cases that access the 'other' db connection.
Fixed a failure in the context processors tests when running in
reverse on MySQL due to an extra query after refs #27683.
Diffstat (limited to 'tests/migrations/test_loader.py')
| -rw-r--r-- | tests/migrations/test_loader.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/migrations/test_loader.py b/tests/migrations/test_loader.py index 61b1643506..620347ab90 100644 --- a/tests/migrations/test_loader.py +++ b/tests/migrations/test_loader.py @@ -11,6 +11,7 @@ class RecorderTests(TestCase): """ Tests recording migrations as applied or not. """ + multi_db = True def test_apply(self): """ |
