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 344aaa6 commit 79a74f9Copy full SHA for 79a74f9
tests/integration/test_project.py
@@ -43,10 +43,6 @@ def test_project(client, rand_gen):
43
assert set(final) == set(before)
44
45
46
-@pytest.mark.skip(
47
- reason="""Querying for resource tag intermittently not working.\n
48
- Additionally, unsure if this should be resourceTag or resourceTags, but Tags causes
49
- 'Internal server error' """)
50
def test_update_project_resource_tags(client, rand_gen):
51
52
def delete_tag(tag_id: str):
0 commit comments