File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments