We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
api_version
1 parent 0c7845a commit afa3de3Copy full SHA for afa3de3
tests/test_client.py
@@ -28,7 +28,7 @@ class TestClient(base.IOTestCase):
28
# Helper Methods
29
def get_client(self):
30
# Construct an Adafruit IO REST client and return it.
31
- return Client(self.get_test_username(), self.get_test_key(), proxies=PROXIES, base_url=BASE_URL, api_version = "v2")
+ return Client(self.get_test_username(), self.get_test_key(), proxies=PROXIES, base_url=BASE_URL)
32
33
def ensure_feed_deleted(self, client, feed):
34
# Delete the specified feed if it exists.
0 commit comments