Skip to content

Commit d666e44

Browse files
feat: wip
1 parent 978d8a3 commit d666e44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_Helpers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@ def test_not_permission_to_read_org(self):
5656

5757
with pytest.raises(InfluxDBError) as e:
5858
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} "
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} "

0 commit comments

Comments
 (0)