We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffad990 commit afcc55aCopy full SHA for afcc55a
backend/code_review_backend/issues/tests/test_dockerflow.py
@@ -9,7 +9,7 @@
9
from django.test import TestCase
10
11
12
-class CreationAPITestCase(TestCase):
+class DockerflowEndpointsTestCase(TestCase):
13
def setUp(self):
14
self.old_setting = settings.DEBUG
15
0 commit comments