View | Details | Raw Unified | Return to bug 39190
Collapse All | Expand All

(-)a/t/db_dependent/api/v1/sftp_servers.t (-1 / +9 lines)
Lines 70-75 subtest 'list() tests' => sub { Link Here
70
            value => {
70
            value => {
71
                password => undef,
71
                password => undef,
72
                key_file => undef,
72
                key_file => undef,
73
                status   => undef,
73
            },
74
            },
74
        }
75
        }
75
    );
76
    );
Lines 83-88 subtest 'list() tests' => sub { Link Here
83
            value => {
84
            value => {
84
                password => undef,
85
                password => undef,
85
                key_file => undef,
86
                key_file => undef,
87
                status   => undef,
86
            },
88
            },
87
        }
89
        }
88
    );
90
    );
Lines 109-114 subtest 'get() tests' => sub { Link Here
109
            value => {
111
            value => {
110
                password => undef,
112
                password => undef,
111
                key_file => undef,
113
                key_file => undef,
114
                status   => undef,
112
            },
115
            },
113
        }
116
        }
114
    );
117
    );
Lines 143-148 subtest 'get() tests' => sub { Link Here
143
            value => {
146
            value => {
144
                password => undef,
147
                password => undef,
145
                key_file => undef,
148
                key_file => undef,
149
                status   => undef,
146
            },
150
            },
147
        }
151
        }
148
    );
152
    );
Lines 189-194 subtest 'add() tests' => sub { Link Here
189
            value => {
193
            value => {
190
                password => undef,
194
                password => undef,
191
                key_file => undef,
195
                key_file => undef,
196
                status   => undef,
192
            },
197
            },
193
        }
198
        }
194
    );
199
    );
Lines 275-280 subtest 'update() tests' => sub { Link Here
275
            value => {
280
            value => {
276
                password => undef,
281
                password => undef,
277
                key_file => undef,
282
                key_file => undef,
283
                status   => undef,
278
            },
284
            },
279
        }
285
        }
280
    )->id;
286
    )->id;
Lines 326-331 subtest 'update() tests' => sub { Link Here
326
            value => {
332
            value => {
327
                password => undef,
333
                password => undef,
328
                key_file => undef,
334
                key_file => undef,
335
                status   => undef,
329
            },
336
            },
330
        }
337
        }
331
    );
338
    );
Lines 378-383 subtest 'delete() tests' => sub { Link Here
378
            value => {
385
            value => {
379
                password => undef,
386
                password => undef,
380
                key_file => undef,
387
                key_file => undef,
388
                status   => undef,
381
            },
389
            },
382
        }
390
        }
383
    )->id;
391
    )->id;
Lines 425-430 subtest 'test() tests' => sub { Link Here
425
            value => {
433
            value => {
426
                password => undef,
434
                password => undef,
427
                key_file => undef,
435
                key_file => undef,
436
                status   => undef,
428
            },
437
            },
429
        }
438
        }
430
    );
439
    );
431
- 

Return to bug 39190