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 45ade68 commit 4f307bfCopy full SHA for 4f307bf
src/onepassword/test_client.py
@@ -102,7 +102,7 @@ def test_good_new_onepassword_default_config():
102
config["integrationVersion"] == onepassword_defaults.DEFAULT_INTEGRATION_VERSION
103
)
104
assert config["requestLibraryName"] == onepassword_defaults.DEFAULT_REQUEST_LIBRARY
105
- assert config["requestLibraryVersion"] == platform.python_version()
+ assert config["requestLibraryVersion"] == onepassword_defaults.DEFAULT_REQUEST_LIBRARY_VERSION
106
assert config["os"] == platform.system().lower()
107
assert config["osVersion"] == onepassword_defaults.DEFAULT_OS_VERSION
108
assert config["architecture"] == platform.machine()
0 commit comments