Skip to content

Commit 79a74f9

Browse files
committed
test can now pass and also delete tags
1 parent 344aaa6 commit 79a74f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/integration/test_project.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ def test_project(client, rand_gen):
4343
assert set(final) == set(before)
4444

4545

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' """)
5046
def test_update_project_resource_tags(client, rand_gen):
5147

5248
def delete_tag(tag_id: str):

0 commit comments

Comments
 (0)