Skip to content

Commit

Permalink
Change did to value which is in DB for sure
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Jun 1, 2021
1 parent 575a0ef commit 52ff5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workers/tests/integrationtests/test_api_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class TestApiReport(unittest.TestCase):
def setUp(self):
self.client = TestClient(app)
self.dataset = "regions"
self.feature_id = 31
self.feature_id = 1
self.bpolys = asyncio.run(
db_client.get_bpolys_from_db(self.dataset, self.feature_id, "ogc_fid")
)
Expand Down

0 comments on commit 52ff5a0

Please sign in to comment.