Skip to content
Snippets Groups Projects
Commit a2b419c5 authored by Harsha Kethineni's avatar Harsha Kethineni
Browse files

deleted project causing usage report errors

parent 2d5d7610
No related branches found
No related tags found
No related merge requests found
...@@ -293,6 +293,10 @@ def test_add_and_remove_user_group_permission(data_builder, as_admin): ...@@ -293,6 +293,10 @@ def test_add_and_remove_user_group_permission(data_builder, as_admin):
user = get_user_in_perms(perms, user_id) user = get_user_in_perms(perms, user_id)
assert r.ok and user is None assert r.ok and user is None
# Delete empty project 2
r= as_admin.delete('/projects/' + project2)
assert r.ok
# Test tag pool renaming and deletion # Test tag pool renaming and deletion
def test_add_rename_remove_group_tag(data_builder, as_admin): def test_add_rename_remove_group_tag(data_builder, as_admin):
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment