Skip to content

Commit 4f307bf

Browse files
committed
Update test
1 parent 45ade68 commit 4f307bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onepassword/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def test_good_new_onepassword_default_config():
102102
config["integrationVersion"] == onepassword_defaults.DEFAULT_INTEGRATION_VERSION
103103
)
104104
assert config["requestLibraryName"] == onepassword_defaults.DEFAULT_REQUEST_LIBRARY
105-
assert config["requestLibraryVersion"] == platform.python_version()
105+
assert config["requestLibraryVersion"] == onepassword_defaults.DEFAULT_REQUEST_LIBRARY_VERSION
106106
assert config["os"] == platform.system().lower()
107107
assert config["osVersion"] == onepassword_defaults.DEFAULT_OS_VERSION
108108
assert config["architecture"] == platform.machine()

0 commit comments

Comments
 (0)