diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-09 16:16:09 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-09 16:16:09 +0100 |
commit | 58f026c7e23d4fab7d4fd8f52dd93564deb044c7 (patch) | |
tree | 8c7752c375260254bb5e48f3cde4da7f886ce84a /config/settings/test.py | |
parent | d1ca34da126798c379283d4386d7cf436589eb09 (diff) |
tests up
Diffstat (limited to 'config/settings/test.py')
-rw-r--r-- | config/settings/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/settings/test.py b/config/settings/test.py index 718cbdb..0f994fc 100644 --- a/config/settings/test.py +++ b/config/settings/test.py @@ -2,7 +2,7 @@ With these settings, tests run faster. """ -from .base import * # noqa +from .gcloud_settings import * # noqa from .base import env # GENERAL |