Skip to content

Commit

Permalink
Add additional test case (#1310)
Browse files Browse the repository at this point in the history
Co-authored-by: Vonny Jap <[email protected]>
  • Loading branch information
minghay and VonnyJap authored Dec 19, 2024
1 parent b95dfb1 commit 1c3d89c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ module('Integration | Component | pipeline/header', function (hooks) {
id: 125,
scmUri: 'git.github.com:9876',
scmRepo: { branch: 'ghi' }
},
{
id: 321,
scmUri: 'git.not.com:9876',
scmRepo: { branch: 'abc' }
}
]);

Expand Down

0 comments on commit 1c3d89c

Please sign in to comment.