diff options
Diffstat (limited to 'core/TESTS/tests_copilot.py')
-rw-r--r-- | core/TESTS/tests_copilot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/TESTS/tests_copilot.py b/core/TESTS/tests_copilot.py index 1812d32..103bfc4 100644 --- a/core/TESTS/tests_copilot.py +++ b/core/TESTS/tests_copilot.py @@ -1,6 +1,6 @@ # Copilot: Sure, based on your `urls.py` file, here's how you might write end-to-end tests for the `survey_scans` endpoints: -from django.test import TestCase, Client +from django.test import Client, TestCase from django.urls import reverse # Copilot does not know that there is no data in the database, so that the tests need to pre-populate with |