Skip to content

Commit a3c26ae

Browse files
committed
#RI-5376 - fix tests
1 parent f7ea5fa commit a3c26ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/global-url-handler/GlobalUrlHandler.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ describe('GlobalUrlHandler', () => {
132132
password: 'password',
133133
port: 6379,
134134
tls: false,
135-
username: undefined,
135+
username: '',
136136
caCert: undefined,
137137
clientCert: undefined,
138138
}

0 commit comments

Comments
 (0)