Skip to content

Commit e3eecb2

Browse files
committed
fix: switchbot api is stricter, add missing content-type header
1 parent 488e84b commit e3eecb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<threadCount>4</threadCount>
9999
<useUnlimitedThreads>false</useUnlimitedThreads>
100100
<skipITs>${!integration}</skipITs>
101-
<rerunFailingTestsCount>1</rerunFailingTestsCount>
101+
<rerunFailingTestsCount>1</rerunFailingTestsCount>
102102
</configuration>
103103
<executions>
104104
<execution>

0 commit comments

Comments
 (0)