Skip to content

Commit 7ab25c6

Browse files
authored
Add variety to valid FIDs for testing (#2089)
1 parent ceee0d7 commit 7ab25c6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/installations/src/api/delete-installation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import {
3333
import { ErrorResponse } from './common';
3434
import { deleteInstallation } from './delete-installation';
3535

36-
const FID = 'defenders-of-the-faith';
36+
const FID = 'foreclosure-of-a-dream';
3737

3838
describe('deleteInstallation', () => {
3939
let appConfig: AppConfig;

packages/installations/src/api/generate-auth-token.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import {
3636
import { ErrorResponse } from './common';
3737
import { generateAuthToken } from './generate-auth-token';
3838

39-
const FID = 'defenders-of-the-faith';
39+
const FID = 'evil-has-no-boundaries';
4040

4141
describe('generateAuthToken', () => {
4242
let appConfig: AppConfig;

packages/installations/src/functions/get-id.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { getFakeApp } from '../testing/get-fake-app';
2525
import '../testing/setup';
2626
import { getId } from './get-id';
2727

28-
const FID = 'children-of-the-damned';
28+
const FID = 'disciples-of-the-watch';
2929

3030
describe('getId', () => {
3131
let getInstallationEntrySpy: SinonStub<

packages/installations/src/helpers/refresh-auth-token.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import { sleep } from '../util/sleep';
3232
import { get, set } from './idb-manager';
3333
import { refreshAuthToken } from './refresh-auth-token';
3434

35-
const FID = 'dont-talk-to-strangers';
35+
const FID = 'carry-the-blessed-home';
3636
const AUTH_TOKEN = 'authTokenFromServer';
3737
const DB_AUTH_TOKEN = 'authTokenFromDB';
3838
const ONE_WEEK_MS = 7 * 24 * 60 * 60 * 1000;

0 commit comments

Comments
 (0)