Skip to content

Commit 6eb8d1a

Browse files
committed
Adjust URL in .test_client.test_read_url0()
Closes #254.
1 parent 9a02ccb commit 6eb8d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdmx/tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def test_v3_unsupported(self, client: "Client") -> None:
265265
def test_read_url0() -> None:
266266
"""URL can be queried without instantiating Client."""
267267
sdmx.read_url(
268-
"https://sdw-wsrest.ecb.europa.eu/service/datastructure/ECB/ECB_EXR1/latest?"
268+
"https://data-api.ecb.europa.eu/service/datastructure/ECB/ECB_EXR1/latest?"
269269
"references=all"
270270
)
271271

0 commit comments

Comments
 (0)