Skip to content

Commit fc7e0a9

Browse files
committed
tests - change test data to proper example data
From #10 (review)
1 parent 3bb455a commit fc7e0a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_services.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_get_all_datasets(mocker: MockerFixture) -> None:
2020
license_url="https://license.com",
2121
license_title="License",
2222
license_title_short="L",
23-
portal_url="https://portal.com",
23+
portal_url="http://portal.example.com",
2424
portal_title="Portal",
2525
json_url="https://downloads/test_dataset.json",
2626
csv_url="https://downloads/test_dataset.csv",
@@ -36,7 +36,7 @@ def test_get_all_datasets(mocker: MockerFixture) -> None:
3636
source_url="https://test-dataset.json",
3737
publisher=Publisher(name="test_publisher", country="ab"),
3838
license=License(title="License", title_short="L", url="https://license.com"),
39-
portal=Portal(title="Portal", url="https://portal.com"),
39+
portal=Portal(title="Portal", url="http://portal.example.com"),
4040
downloads=[
4141
Download(format="json", url="https://downloads/test_dataset.json"),
4242
Download(format="csv", url="https://downloads/test_dataset.csv"),

0 commit comments

Comments
 (0)