Skip to content

Commit 978d8a3

Browse files
feat: wip
1 parent 4ce3746 commit 978d8a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_Helpers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,4 @@ 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. Are you using token " \
60-
"with sufficient permission?" in f"{e.value} "
59+
assert "The client cannot find organization with name: 'my-org' to determine their ID" in f"{e.value} "

0 commit comments

Comments
 (0)