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 0e6c477 commit 827cec8Copy full SHA for 827cec8
mapswipe_workers/tests/integration/test_create_footprint_project.py
@@ -31,7 +31,7 @@ def test_create_footprint_project(self):
31
query = "SELECT project_id FROM projects WHERE project_id = %s"
32
result = pg_db.retr_query(query, [element])[0][0]
33
self.assertEqual(result, element)
34
-
+ # testchange
35
fb_db = auth.firebaseDB()
36
ref = fb_db.reference(f"/v2/projects/{element}")
37
result = ref.get(shallow=True)
0 commit comments