File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,11 @@ def local_namespace(self):
29
29
30
30
def get_service (self ):
31
31
return gitbucket .GitbucketService (c = {
32
- '__name__' : 'gitrepo "gitbucket-test "' ,
32
+ '__name__' : 'gitrepo "gitbucket"' ,
33
33
'fqdn' : "localhost" ,
34
34
'port' : "8080" ,
35
35
'scheme' : "http" ,
36
36
'insecure' : 'yes' ,
37
- 'token' : os .environ ['GITBUCKET_TOKEN' ]
38
37
})
39
38
40
39
def get_requests_session (self ):
@@ -65,8 +64,9 @@ def test_01_create_organization__already_exists(self):
65
64
66
65
67
66
def test_02_delete (self ):
68
- self .action_delete (namespace = self .local_namespace ,
69
- repository = 'foobar' )
67
+ with pytest .raises (NotImplementedError ):
68
+ self .action_delete (namespace = self .local_namespace ,
69
+ repository = 'foobar' )
70
70
71
71
def test_03_delete_nouser (self ):
72
72
with pytest .raises (NotImplementedError ):
You can’t perform that action at this time.
0 commit comments