Skip to content

Commit 1b91701

Browse files
Fix tests
1 parent 2b303e3 commit 1b91701

File tree

2 files changed

+139
-1294
lines changed

2 files changed

+139
-1294
lines changed

config/test.js

+8
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,12 @@ module.exports = {
44
V3: 'https://api.topcoder-dev.com/v3',
55
},
66
dummyConfigKey: 'Dummy config value',
7+
SECRET: {
8+
TC_M2M: {
9+
AUTH0_URL: '',
10+
AUTH0_AUDIENCE: '',
11+
TOKEN_CACHE_TIME: '',
12+
AUTH0_PROXY_SERVER_URL: '',
13+
},
14+
},
715
};

0 commit comments

Comments
 (0)