From 3e4ccbb0a54d8ceb9b7155e26250b9414cca1d7b Mon Sep 17 00:00:00 2001 From: tperehinets Date: Tue, 15 Aug 2023 17:09:54 +0300 Subject: [PATCH] Deleted never used values Signed-off-by: tperehinets --- .../actions/builtin/publish/github.examples.test.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/plugins/scaffolder-backend/src/scaffolder/actions/builtin/publish/github.examples.test.ts b/plugins/scaffolder-backend/src/scaffolder/actions/builtin/publish/github.examples.test.ts index 72af71683b..4d87ec97c4 100644 --- a/plugins/scaffolder-backend/src/scaffolder/actions/builtin/publish/github.examples.test.ts +++ b/plugins/scaffolder-backend/src/scaffolder/actions/builtin/publish/github.examples.test.ts @@ -23,13 +23,8 @@ import { GithubCredentialsProvider, ScmIntegrations, } from '@backstage/integration'; -import { when } from 'jest-when'; import { PassThrough } from 'stream'; -import { - enableBranchProtectionOnDefaultRepoBranch, - entityRefToName, - initRepoAndPush, -} from '../helpers'; +import { entityRefToName, initRepoAndPush } from '../helpers'; import { createPublishGithubAction } from './github'; import { examples } from './github.examples'; import yaml from 'yaml';