Skip to content

Commit 31496fe

Browse files
committed
Remove unneeded test
1 parent 174307a commit 31496fe

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

test/unit/test_projects.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -365,19 +365,6 @@ def test_audit_languages(get_test_project: Generator[projects.Project]) -> None:
365365
assert proj.audit_languages({"audit.projects.utilityLocs": True}) == []
366366

367367

368-
def test_wrong_key_2(get_test_project: Generator[projects.Project]) -> None:
369-
"""test_wrong_key"""
370-
proj = get_test_project
371-
proj.key = tutil.NON_EXISTING_KEY
372-
with pytest.raises(exceptions.ObjectNotFound):
373-
_ = proj.webhooks()
374-
with pytest.raises(exceptions.ObjectNotFound):
375-
_ = proj.links()
376-
# assert proj.quality_gate() is None
377-
with pytest.raises(exceptions.ObjectNotFound):
378-
proj.audit({})
379-
380-
381368
def test_set_permissions(get_test_project: Generator[projects.Project]) -> None:
382369
"""test_set_permissions"""
383370
proj = get_test_project

0 commit comments

Comments
 (0)