Skip to content

Commit

Permalink
update test to expect HDX link without trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
ccataalin authored Apr 8, 2024
1 parent 76eef54 commit be33fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_helpers/test_url_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_helper_get_dataset_url():
log.info('started test_helper_get_dataset_url')

dataset_id = 'test-dataset'
expected_link = HttpUrl(url='https://data.humdata.org/dataset/%s/' % (dataset_id))
expected_link = HttpUrl(url='https://data.humdata.org/dataset/%s' % (dataset_id))

dataset_url = get_dataset_url(dataset_id=dataset_id)

Expand Down

0 comments on commit be33fce

Please sign in to comment.