We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e4bdb6 + 1061309 commit cc769aeCopy full SHA for cc769ae
test/test_datasource.py
@@ -895,7 +895,8 @@ def test_publish_description(server: TSC.Server) -> None:
895
ds_elem = body.find(".//datasource")
896
assert ds_elem is not None
897
assert ds_elem.attrib["description"] == "Sample description"
898
-
+
899
900
def test_get_datasource_no_owner(server: TSC.Server) -> None:
901
with requests_mock.mock() as m:
902
m.get(server.datasources.baseurl, text=GET_NO_OWNER.read_text())
0 commit comments