Skip to content

Add variety to valid FIDs for testing #2089

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/installations/src/api/delete-installation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import {
import { ErrorResponse } from './common';
import { deleteInstallation } from './delete-installation';

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

describe('deleteInstallation', () => {
let appConfig: AppConfig;
Expand Down
2 changes: 1 addition & 1 deletion packages/installations/src/api/generate-auth-token.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import {
import { ErrorResponse } from './common';
import { generateAuthToken } from './generate-auth-token';

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

describe('generateAuthToken', () => {
let appConfig: AppConfig;
Expand Down
2 changes: 1 addition & 1 deletion packages/installations/src/functions/get-id.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { getFakeApp } from '../testing/get-fake-app';
import '../testing/setup';
import { getId } from './get-id';

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

describe('getId', () => {
let getInstallationEntrySpy: SinonStub<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { sleep } from '../util/sleep';
import { get, set } from './idb-manager';
import { refreshAuthToken } from './refresh-auth-token';

const FID = 'dont-talk-to-strangers';
const FID = 'carry-the-blessed-home';
const AUTH_TOKEN = 'authTokenFromServer';
const DB_AUTH_TOKEN = 'authTokenFromDB';
const ONE_WEEK_MS = 7 * 24 * 60 * 60 * 1000;
Expand Down