Skip to content

Commit b0f044c

Browse files
committed
pipeline p5
1 parent 1c29952 commit b0f044c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tests/ApiTest/UpdateTest.php

+1-7
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ public function test_update_validation_fail_action()
2222
'value'=> '1'
2323
]);
2424

25-
if($response->exception){
26-
echo $response->exception;
27-
}
28-
2925
$response->assertRedirect();
3026
}
3127

@@ -37,9 +33,7 @@ public function test_update_success_action()
3733
$response = $this->patch(route('preferences.user.general.update', ['scope_id' => 1,'preference' => 'language']),[
3834
'value'=> 'de'
3935
]);
40-
if($response->exception){
41-
echo $response->exception;
42-
}
36+
4337
$response->assertSuccessful();
4438
}
4539

0 commit comments

Comments
 (0)