Skip to content

Commit

Permalink
fix: test case
Browse files Browse the repository at this point in the history
  • Loading branch information
philipparndt committed May 10, 2024
1 parent 5b4f254 commit 16f405b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/lib/config/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ describe("Config", () => {
"api-key": "some-api-key",
host: "192.168.1.1",
port: 443,
protocol: "https"
protocol: "https",
"sse-watchdog-millis": 0
},
mqtt: {
"bridge-info": true,
Expand Down

0 comments on commit 16f405b

Please sign in to comment.