We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c132e29 commit de63de4Copy full SHA for de63de4
tests/e2e/helpers/common.ts
@@ -16,11 +16,12 @@ declare global {
16
const settingsApiUrl = `${apiUrl}/settings`;
17
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'; // lgtm[js/disabling-certificate-validation]
18
const mockedSettingsResponse = {
19
- agreements: {
20
- version: '0',
21
- eula: false,
22
- analytics: false
23
- }
+ "theme": null,
+ "dateFormat": null,
+ "timezone": null,
+ "scanThreshold": 10000,
+ "batchSize": 5,
24
+ "agreements": null
25
};
26
27
export class Common {
0 commit comments