3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 19:45:51 +00:00

Mark test as Incomplete, and downgrade error back to debug for tests

This commit is contained in:
Brady Wetherington
2024-07-23 20:24:05 +01:00
parent 5eea08088d
commit 7f7cfef81b
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ class SettingsController extends Controller
->get(URL::to('.env'))
->successful();
} catch (\Exception $e) {
Log::error($e->getMessage());
Log::debug($e->getMessage());
return true;
}
}