Skip to content

Commit a89027e

Browse files
committed
test: use reset_gitlab fixture
1 parent 34c9682 commit a89027e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/functional/api/test_statistics.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
"""
44

55

6+
from tests.functional.conftest import reset_gitlab
7+
8+
69
def test_get_statistics(gl):
10+
11+
# delete resources created from other functional tests to reset application statistics
12+
reset_gitlab(gl)
13+
714
gl.projects.create({"name": "projecttruffles"})
815
gl.users.create(
916
{

0 commit comments

Comments
 (0)