Skip to content

Commit f8ff2c0

Browse files
committed
Improved tests.
1 parent f7c8fb5 commit f8ff2c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/cli.integration.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { fail, notStrictEqual, ok, strictEqual } from 'assert';
22
import { join } from 'path';
3-
import { configFilePath, load } from '../config';
3+
import { load } from '../config';
44
import {
55
checkEnvVars,
66
clearCache,
@@ -52,7 +52,7 @@ describe('Integration CLI (Deploy)', function () {
5252

5353
// --token
5454
it('Should be able to login using --token flag', async function () {
55-
const file = await load(configFilePath());
55+
const file = await load();
5656
const token = file.token || '';
5757

5858
await clearCache();

0 commit comments

Comments
 (0)