Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
craig-rueda committed Nov 1, 2023
1 parent eb2398a commit 05bfd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-websocket/spec/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ test('buildConfig() builds configuration and applies env var overrides', () => {
});

test('buildConfig() performs deep merge between configs', () => {
let config = buildConfig();
const config = buildConfig();
// We left the ssl setting the default
expect(config.redis.ssl).toEqual(false);
// We overrode the pwd
Expand Down

0 comments on commit 05bfd4a

Please sign in to comment.