Skip to content

Commit

Permalink
fix(NA): build config params
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 10, 2023
1 parent 4ab097e commit 6c254df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/dev/build/tasks/fetch_agent_versions_list.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ const config = new Config(
'',
'',
false,
true
true,
true,
{}
);

const mockedFetch = fetch as jest.MockedFunction<typeof fetch>;
Expand Down

0 comments on commit 6c254df

Please sign in to comment.