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 1a95f47 commit 1d34f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 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
1 change: 1 addition & 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,7 @@ def createPoller(self):
)
@defer.inlineCallbacks
def test_poll_initial_2_10(self, temp_dir_mock):
self.maxDiff = None
self.expect_commands(
ExpectMasterShell(['git', '--version']).stdout(b'git version 2.10.0\n'),
ExpectMasterShell(['git', 'init', '--bare', self.POLLER_WORKDIR]),
Expand Down

0 comments on commit 1d34f0f

Please sign in to comment.