Skip to content

Commit

Permalink
Fixing test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jan 23, 2022
1 parent 480ae04 commit bc43841
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion src/Controllers/DevicesV1Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ public function create(
);

} catch (Throwable $ex) {
var_dump($ex->getMessage());
// Log caught exception
$this->logger->error('An unhandled error occurred', [
'source' => 'devices-module-devices-controller',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"name" : "button",
"settable" : false,
"queryable" : true,
"data_type" : null,
"unit" : null,
"format" : "",
"invalid" : null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"name" : "button",
"settable" : false,
"queryable" : true,
"data_type" : null,
"unit" : null,
"format" : "",
"invalid" : null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"name" : "button",
"settable" : false,
"queryable" : true,
"data_type" : null,
"unit" : null,
"format" : "",
"invalid" : null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"name" : "button",
"settable" : false,
"queryable" : true,
"data_type" : null,
"unit" : null,
"format" : "",
"invalid" : null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"name" : "button",
"settable" : false,
"queryable" : true,
"data_type" : null,
"data_type" : "unknown",
"unit" : null,
"format" : null,
"invalid" : null,
Expand Down

0 comments on commit bc43841

Please sign in to comment.