File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ export interface InitialStateRdiInstances {
192
192
193
193
// Rdi test target connections
194
194
export enum TestConnectionStatus {
195
- Fail = 'fail ' ,
195
+ Fail = 'failed ' ,
196
196
Success = 'success' ,
197
197
}
198
198
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ const transformConnectionResultsTests: any[] = [
144
144
}
145
145
} ,
146
146
target2 : {
147
- status : 'fail ' ,
147
+ status : 'failed ' ,
148
148
error : {
149
149
code : 'INVALID_CREDENTIALS' ,
150
150
message : 'Failed to establish connection to the PostgreSQL database. Invalid credentials provided'
@@ -167,7 +167,7 @@ const transformConnectionResultsTests: any[] = [
167
167
unknownProperty : 'foo bar'
168
168
} ,
169
169
target7 : {
170
- status : 'fail ' ,
170
+ status : 'failed ' ,
171
171
} ,
172
172
} ,
173
173
{
You can’t perform that action at this time.
0 commit comments