Skip to content

Commit

Permalink
[#617] fix: fix backend test
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzalowski committed Apr 3, 2024
1 parent b12a3b6 commit 89ed1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/govtool-backend/test_cases/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

@pytest.fixture(scope="session")
def govtool_api():
base_url: str = os.environ.get('BASE_URL')
base_url: str = os.environ.get('BASE_URL') + '/api'
metrics_url: str = os.environ.get('METRICS_URL')

if base_url is not None:
Expand Down

0 comments on commit 89ed1ff

Please sign in to comment.