Align AutomationRunData for specklepy 2.17.6

This commit is contained in:
oguzhankoral
2023-10-25 23:39:06 +03:00
parent b80dc930da
commit 639d92deb1
+2 -2
View File
@@ -133,7 +133,7 @@ def automation_run_data(
automation_run_id=automation_run_id,
function_id=function_id,
function_name="test",
function_release=function_release,
function_logo=function_release,
)
@@ -142,7 +142,7 @@ def test_function_run(automation_run_data: AutomationRunData, speckle_token: str
automate_sdk = run_function(
AutomationContext.initialize(automation_run_data, speckle_token),
automate_function,
FunctionInputs(wind_speed=10, wind_direction=0),
FunctionInputs(wind_speed=10, wind_direction=45),
)
assert automate_sdk.run_status == AutomationStatus.FAILED