Skip to content

Commit

Permalink
Update test file locs back to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
daisieh authored Nov 15, 2023
1 parent b4220b5 commit 648e399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ def test_ingest_permissions():
clean_up_program("SYNTHETIC-2")
clean_up_program("TEST_2")

test_loc = "https://raw.githubusercontent.com/CanDIG/candigv2-ingest/daisieh/new-htsget-ingest/tests/clinical_ingest.json"
test_loc = "https://raw.githubusercontent.com/CanDIG/candigv2-ingest/develop/tests/clinical_ingest.json"
test_data = requests.get(test_loc).json()

token = get_token(
Expand Down Expand Up @@ -839,7 +839,7 @@ def test_beacon(user, search, can_access, cannot_access):

## HTSGet + katsu:
def test_ingest_htsget():
test_loc = "https://raw.githubusercontent.com/CanDIG/candigv2-ingest/daisieh/new-htsget-ingest/tests/genomic_ingest.json"
test_loc = "https://raw.githubusercontent.com/CanDIG/candigv2-ingest/develop/tests/genomic_ingest.json"
test_data = requests.get(test_loc).json()

token = get_token(
Expand Down

0 comments on commit 648e399

Please sign in to comment.