Skip to content

Commit

Permalink
chore: Fix old mullvad url import
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed May 4, 2024
1 parent 061b4be commit a878371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fetchJSON.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { describe, expect, it } from 'vitest'
import { fetchJSON } from '../src/lib/fetchJSON'
import { MULLVAD_PUBLIC_API_URL } from '../src/lib/Mullvad'
import { MULLVAD_PUBLIC_API_URL } from '../src/lib/globals'

describe('fetchJSON()', () => {
it('should fetch the mullvad api successfully without authentication', async () => {
Expand Down

0 comments on commit a878371

Please sign in to comment.