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.
1 parent 4ce3746 commit 978d8a3Copy full SHA for 978d8a3
tests/test_Helpers.py
@@ -56,5 +56,4 @@ def test_not_permission_to_read_org(self):
56
57
with pytest.raises(InfluxDBError) as e:
58
get_org_query_param("my-org", self.client, required_id=True)
59
- assert "The client cannot find organization with name: 'my-org' to determine their ID. Are you using token " \
60
- "with sufficient permission?" in f"{e.value} "
+ assert "The client cannot find organization with name: 'my-org' to determine their ID" in f"{e.value} "
0 commit comments