Skip to content

Commit de63de4

Browse files
update response
1 parent c132e29 commit de63de4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tests/e2e/helpers/common.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ declare global {
1616
const settingsApiUrl = `${apiUrl}/settings`;
1717
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'; // lgtm[js/disabling-certificate-validation]
1818
const mockedSettingsResponse = {
19-
agreements: {
20-
version: '0',
21-
eula: false,
22-
analytics: false
23-
}
19+
"theme": null,
20+
"dateFormat": null,
21+
"timezone": null,
22+
"scanThreshold": 10000,
23+
"batchSize": 5,
24+
"agreements": null
2425
};
2526

2627
export class Common {

0 commit comments

Comments
 (0)