mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
Removed error log in test
This commit is contained in:
@@ -41,7 +41,7 @@ class CheckinCheckoutCounters extends TestCase
|
||||
])->assertOk()
|
||||
->assertStatusMessageIs('success')
|
||||
->json();
|
||||
\Log::error(print_r($response, true));
|
||||
|
||||
|
||||
//check the counters
|
||||
$asset = Asset::find($response['payload']['id']);
|
||||
|
||||
Reference in New Issue
Block a user