Skip to content

Commit 9d84fa4

Browse files
committed
I had to change something to retrigger tests
1 parent 6447ac7 commit 9d84fa4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

iot/api-client/manager/manager_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
import os
1616
import time
1717

18-
import pytest
19-
2018
import manager
2119

20+
import pytest
21+
2222

2323
# TODO: Pull from environment
2424
CLOUD_REGION = 'us-central1'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Test public certificates
1+
# Test public certificate files
22

33
The public certificates in this folder are only provided for testing and should
44
not be used for registering your devices.

0 commit comments

Comments
 (0)