Skip to content

Commit 367d6b6

Browse files
authored
setup gitconfig in SshUrlNoOauthPatFactory test (#23680)
1 parent 715b209 commit 367d6b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/e2e/specs/factory/SshUrlNoOauthPatFactory.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ suite(`The SshUrlNoOauthPatFactory userstory ${BASE_TEST_CONSTANTS.TEST_ENVIRONM
7676
suite(`Create workspace from factory:${factoryUrl}`, function (): void {
7777
suiteSetup('Login', async function (): Promise<void> {
7878
await loginTests.loginIntoChe();
79+
await userPreferences.setupGitConfig(
80+
FACTORY_TEST_CONSTANTS.TS_GIT_COMMIT_AUTHOR_NAME,
81+
FACTORY_TEST_CONSTANTS.TS_GIT_COMMIT_AUTHOR_EMAIL
82+
);
7983
await deleteSshKeys();
8084
});
8185
test('Add SSH keys', async function (): Promise<void> {

0 commit comments

Comments
 (0)