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.
1 parent f34b9a3 commit 5efbc32Copy full SHA for 5efbc32
tests/test_client.py
@@ -0,0 +1,7 @@
1
+import localstack.sdk.aws
2
+from localstack.sdk import version
3
+
4
5
+def test_client_version():
6
+ client = localstack.sdk.aws.AWSClient()
7
+ assert version.version in client._api_client.user_agent
0 commit comments