Skip to content

Commit

Permalink
🚒 Updates tests to use session stored in Gitlab instance
Browse files Browse the repository at this point in the history
  • Loading branch information
guyzmo committed Nov 18, 2017
1 parent 462e785 commit 413ff3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_gitlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_service(self):
return gitlab.GitlabService(c=dict())

def get_requests_session(self):
return self.service.gl.session
return self.service.session

def test_00_fork(self):
self.action_fork(local_namespace=self.local_namespace,
Expand Down

0 comments on commit 413ff3a

Please sign in to comment.