Skip to content

Commit 886cdf5

Browse files
committed
[py] fix linting issue
1 parent a5be5b6 commit 886cdf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def driver(request):
9999
kwargs = {}
100100

101101
# browser can be changed with `--driver=firefox` as an argument or to addopts in pytest.ini
102-
driver_class = getattr(request, 'param', 'Chrome').capitalize()
102+
driver_class = getattr(request, "param", "Chrome").capitalize()
103103

104104
# skip tests if not available on the platform
105105
_platform = platform.system()

0 commit comments

Comments
 (0)