Add an "insane" test repo
This commit is contained in:
parent
e7625491d6
commit
5841c1237e
2 changed files with 39 additions and 1 deletions
|
@ -217,7 +217,7 @@ class TestGetUserPrivateAllowed(ApiTestCase):
|
|||
def test_allowed(self):
|
||||
self.login(ADMIN_ACCESS_USER)
|
||||
json = self.getJsonResponse(PrivateRepositories)
|
||||
assert json['privateCount'] == 6
|
||||
assert json['privateCount'] >= 6
|
||||
assert json['privateAllowed']
|
||||
|
||||
|
||||
|
|
Reference in a new issue