Skip to content

Commit

Permalink
Merge pull request #3 from jmertic/fix-tests
Browse files Browse the repository at this point in the history
Fix test failure
  • Loading branch information
jmertic authored May 4, 2024
2 parents d23dab3 + 091ee1a commit e146912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def tearDownClass(cls):
if os.path.exists("testorg-repo3.csv"):
os.remove("testorg-repo3.csv")

@unittest.mock.patch.dict(os.environ,{'GITHUB_TOKEN':'test123'})
def testInitNoLoadRepos(self):
org = Org("testorg",load_repos=False)

Expand Down

0 comments on commit e146912

Please sign in to comment.