Skip to content

Commit

Permalink
made changes
Browse files Browse the repository at this point in the history
Signed-off-by: Prati28 <[email protected]>
  • Loading branch information
psankhe28 committed Jul 27, 2024
1 parent 7689f24 commit 8c3d86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pytest
import os

DRS_FILER_URL = os.getenv('DRS_FILER_URL')
DRS_FILER_URL = os.getenv('DRS_FILER_URL', 'http://localhost:8080/ga4gh/drs/v1')


@pytest.fixture(scope="function")
Expand Down

0 comments on commit 8c3d86a

Please sign in to comment.