Skip to content

Commit

Permalink
Merge pull request #230 from bento-platform/test/fix-drs-example
Browse files Browse the repository at this point in the history
test: fix DRS example access URL
  • Loading branch information
davidlougheed authored Aug 21, 2024
2 parents 51f0f7d + 4ec716e commit 6690ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_drs.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
**TEST_DRS_REPLY_NO_ACCESS,
"access_methods": [{
"type": "file",
"access_url": "file:///test.txt",
"access_url": {"url": "file:///test.txt"},
}],
}

Expand Down

0 comments on commit 6690ae7

Please sign in to comment.