Skip to content

Commit b95e187

Browse files
committed
test(services): Correct parameter names in SetAnalyticsEngineControl and SetAnalyticsEngineInput method tests
1 parent 6404950 commit b95e187

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/services/test_analyticsdevice.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_specific_methods_implementation(self):
3939
{
4040
"method": "SetAnalyticsEngineControl",
4141
"params": {
42-
"SetAnalyticsEngineControl": {"Token": "control1"},
42+
"Configuration": {"Token": "control1"},
4343
"ForcePersistence": True,
4444
},
4545
},
@@ -83,7 +83,7 @@ def test_parameter_forwarding(self):
8383
{
8484
"method": "SetAnalyticsEngineControl",
8585
"params": {
86-
"SetAnalyticsEngineControl": {"Token": "control1"},
86+
"Configuration": {"Token": "control1"},
8787
"ForcePersistence": True,
8888
},
8989
},
@@ -102,7 +102,7 @@ def test_parameter_forwarding(self):
102102
"method": "SetAnalyticsEngineInput",
103103
"params": {
104104
"Configuration": {"Token": "input1"},
105-
"InputToken": "input_token",
105+
"ForcePersistence": False,
106106
},
107107
},
108108
{

0 commit comments

Comments
 (0)