Skip to content

Commit dc2250c

Browse files
committed
fix: Tests
1 parent 02e1df6 commit dc2250c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

test/test_config.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,16 @@ describe('config types', function () {
2323

2424
// These are never actually used
2525
slackTokens: {
26-
lichess4545: 'foo',
27-
chesster: 'foo',
26+
lichess4545: {
27+
token: 'foo',
28+
signingSecret: 'foo',
29+
appToken: 'foo',
30+
},
31+
forwarding: {
32+
token: 'foo',
33+
signingSecret: 'foo',
34+
appToken: 'foo',
35+
},
2836
},
2937
winston: {
3038
domain: 'chesster',

0 commit comments

Comments
 (0)