TT#30500 subscriberregistrations adjust check_get2put()

* add 'id' into ignore_fields as they are now different after PUT

Change-Id: If379f81118ff40bb8d6b0fc764e27889e6f29825
changes/76/18476/2
Kirill Solomko 7 years ago
parent bdc54a041d
commit ff636559fb

@ -45,7 +45,7 @@ $test_machine->check_bundle();
$test_machine->clear_test_data_all();
$test_machine->check_create_correct( 1, sub{ $_[0]->{contact} .= time().'_'.$_[1]->{i} ; } );
$test_machine->check_get2put();
$test_machine->check_get2put(undef, undef, { ignore_fields => [qw/id/] });
$test_machine->clear_data_created();
$test_machine->check_create_correct( 1, sub{ $_[0]->{contact} .= time().'_'.$_[1]->{i} ; } );

Loading…
Cancel
Save