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 2fa464c commit 3c43c8cCopy full SHA for 3c43c8c
tests/conftest.py
@@ -122,7 +122,7 @@ def pytest_configure(config):
122
client_lib = Path(client_lib)
123
if not client_lib.is_file():
124
pytest.exit(f"Client library '{client_lib}' not found!")
125
- driver_config.fb_client_library.value = client_lib
+ driver_config.fb_client_library.value = str(client_lib)
126
#
127
if host := config.getoption('host'):
128
_vars_['host'] = host
0 commit comments