mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 19:37:54 +00:00
identation resolved change
This commit is contained in:
@@ -26,9 +26,9 @@ setup_params_general = {
|
||||
@allure.feature("Roam Test")
|
||||
@pytest.mark.parametrize(
|
||||
'setup_profiles',
|
||||
[setup_params_general],
|
||||
[setup_params_general],
|
||||
indirect=True,
|
||||
scope="class"
|
||||
scope="class"
|
||||
)
|
||||
@pytest.mark.usefixtures("setup_profiles")
|
||||
|
||||
|
||||
@@ -26,9 +26,9 @@ setup_params_general = {
|
||||
@allure.feature("Roam Test")
|
||||
@pytest.mark.parametrize(
|
||||
'setup_profiles',
|
||||
[setup_params_general],
|
||||
[setup_params_general],
|
||||
indirect=True,
|
||||
scope="class"
|
||||
scope="class"
|
||||
)
|
||||
@pytest.mark.usefixtures("setup_profiles")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user