We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a88c8 commit 651889fCopy full SHA for 651889f
redisinsight/ui/src/utils/tests/transformers/transformRdiPipeline.spec.ts
@@ -144,7 +144,7 @@ const transformConnectionResultsTests: any[] = [
144
}
145
},
146
target2: {
147
- status: 'fail',
+ status: 'failed',
148
error: {
149
code: 'INVALID_CREDENTIALS',
150
message: 'Failed to establish connection to the PostgreSQL database. Invalid credentials provided'
@@ -167,7 +167,7 @@ const transformConnectionResultsTests: any[] = [
167
unknownProperty: 'foo bar'
168
169
target7: {
170
171
172
173
{
0 commit comments