Skip to content

Commit

Permalink
Merge pull request #1066 from contentstack/fix/remove-tokens
Browse files Browse the repository at this point in the history
removed tokens
  • Loading branch information
shafeeqd959 authored Sep 28, 2023
2 parents 49cf755 + 243090e commit 325989b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/contentstack-launch/test/unit/mock/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const testFlags = {
noProjOrg: { uid: 'bltad5c549697d10039' },
noProjOrg: { uid: 'bltxxxxxxxxxxxxxx' },
invalidOrg: { name: 'Invalid Org', uid: 'abcd' },
invalidProj: 'abcd',
};
Expand Down Expand Up @@ -29,7 +29,7 @@ export const logsMockData = {
export const githubAdapterMockData = {
userconnection: {
__typename: 'UserConnection',
userUid: 'blt161e02c9fffa78f6',
userUid: 'bltxxxxxxxxxxxxxx',
provider: 'GitHub',
},
adapterConstructorInputs: {
Expand All @@ -43,7 +43,7 @@ export const githubAdapterMockData = {
host: 'api.contentstack.io',
config: '/Users/shrutika.almeida/Downloads/React-Starter/.cs-launch.json',
projectBasePath: '/Users/shrutika.almeida/Downloads/React-Starter',
authtoken: 'blt3fe83594d0dad197',
authtoken: 'bltxxxxxxxxxxxxxx',
authType: 'BASIC',
authorization: undefined,
logsApiBaseUrl: 'https://launch-api.contentstack.com/logs/graphql',
Expand Down

0 comments on commit 325989b

Please sign in to comment.