Skip to content

Commit 651889f

Browse files
#RI-5869 - fix test
1 parent 05a88c8 commit 651889f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redisinsight/ui/src/utils/tests/transformers/transformRdiPipeline.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const transformConnectionResultsTests: any[] = [
144144
}
145145
},
146146
target2: {
147-
status: 'fail',
147+
status: 'failed',
148148
error: {
149149
code: 'INVALID_CREDENTIALS',
150150
message: 'Failed to establish connection to the PostgreSQL database. Invalid credentials provided'
@@ -167,7 +167,7 @@ const transformConnectionResultsTests: any[] = [
167167
unknownProperty: 'foo bar'
168168
},
169169
target7: {
170-
status: 'fail',
170+
status: 'failed',
171171
},
172172
},
173173
{

0 commit comments

Comments
 (0)