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 978d8a3 commit d666e44Copy full SHA for d666e44
tests/test_Helpers.py
@@ -56,4 +56,5 @@ 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" in f"{e.value} "
+ 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} "
0 commit comments