Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tdesveaux committed Jul 8, 2024
1 parent 7d1d362 commit d7bfa1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- test-ci/gitpoller/http-credentials
pull_request:

permissions:
Expand Down
2 changes: 2 additions & 0 deletions master/buildbot/test/unit/changes/test_gitpoller.py
Original file line number Diff line number Diff line change
Expand Up @@ -2371,6 +2371,8 @@ def createPoller(self):
)
@defer.inlineCallbacks
def test_poll_initial_2_10(self, temp_dir_mock):
self.maxDiff = None

temp_dir_path = os.path.join('basedir', 'gitpoller-work', '.buildbot-ssh@@@')
credential_store_filepath = os.path.join(temp_dir_path, '.git-credentials')
self.expect_commands(
Expand Down

0 comments on commit d7bfa1e

Please sign in to comment.