Skip to content

Commit

Permalink
chore: move test to Cloudflare R2 CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxtrotSierra6829 committed Sep 7, 2024
1 parent 459c6e3 commit 01fe300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/install/fragmenter-installer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ afterEach(() => {
jest.setTimeout(360_000);

describe('FragmenterInstaller', () => {
const TEST_FILES_BASE_URL = 'https://flybywiresim.b-cdn.net/addons/fragmenter-test/';
const TEST_FILES_BASE_URL = 'https://flybywirecdn.com/addons/fragmenter-test/';

const FRESH_INSTALL_PATH = 'tests/installer/fresh-install-01/';
const FRESH_INSTALL_PATH = 'tests/out/fresh-install-01/';

it('can perform a fresh install', async () => {
const abortController = new AbortController();
Expand Down

0 comments on commit 01fe300

Please sign in to comment.