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 b437b70 commit 08b9502Copy full SHA for 08b9502
tests/functional/api/test_statistics.py
@@ -10,7 +10,6 @@ def test_get_statistics(gl):
10
# delete resources created from other functional tests to reset application statistics
11
reset_gitlab(gl)
12
13
- gl.projects.create({"name": "projecttruffles"})
14
gl.users.create(
15
{
16
"email": "veryuniqueemail@test.com",
@@ -35,4 +34,3 @@ def test_get_statistics(gl):
35
34
1 + len(gl.users.list(search="ghost")) + 1
36
) # created users + leftover ghost user + root user
37
assert statistics.groups == "2"
38
- assert statistics.projects == "1"
tests/functional/conftest.py
@@ -1,5 +1,4 @@
1
import dataclasses
2
-from itertools import count
3
import logging
4
import pathlib
5
import tempfile
0 commit comments