mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
fix(#60): error when creation_timestamp not set
This commit is contained in:
parent
1e30ddb7b6
commit
2056e2a2c2
2 changed files with 7 additions and 2 deletions
|
|
@ -176,7 +176,7 @@ test('device can submit logs', function () {
|
|||
$logData = [
|
||||
'log' => [
|
||||
'logs_array' => [
|
||||
['message' => 'Test log message', 'level' => 'info'],
|
||||
['log_message' => 'Test log message', 'level' => 'info'],
|
||||
],
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue