diff --git a/tests/integration/components/pipeline/header/component-test.js b/tests/integration/components/pipeline/header/component-test.js index 225d5de75..a442fdd67 100644 --- a/tests/integration/components/pipeline/header/component-test.js +++ b/tests/integration/components/pipeline/header/component-test.js @@ -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' } } ]);