From 1c3d89c20cfe24b54382274403a3a2ea46dedc80 Mon Sep 17 00:00:00 2001 From: Ming-Hay <157658916+minghay@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:45:39 -0800 Subject: [PATCH] Add additional test case (#1310) Co-authored-by: Vonny Jap --- .../integration/components/pipeline/header/component-test.js | 5 +++++ 1 file changed, 5 insertions(+) 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' } } ]);