Skip to content

Commit a5909b8

Browse files
committed
more fixes
1 parent c300940 commit a5909b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/registries/providers/mau/Mau.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ test('init should default url/authurl when configuration is undefined', async ()
169169

170170
test('init should convert string configuration to object defaults', async () => {
171171
const mauString = new Mau();
172-
mauString.configuration = '';
172+
mauString.configuration = 'legacy-string-config';
173173

174174
mauString.init();
175175

0 commit comments

Comments
 (0)