You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let do_task = DoTaskDefinition::new(Map::from(vec![("set".to_string(),TaskDefinition::Wait(WaitTaskDefinition::new(OneOfDurationOrIso8601Expression::Duration(Duration::from_milliseconds(200)))))]));
let for_task = ForTaskDefinition::new(for_loop, do_tasks,None);
@@ -384,8 +389,7 @@ mod unit_tests {
384
389
"version":"0.1.0"
385
390
},
386
391
"use":{
387
-
"extensions":[
388
-
{
392
+
"extensions":{
389
393
"mockService":{
390
394
"extend":"call",
391
395
"when":"($task.with.endpoint != null and ($task.with.endpoint | startswith(\"https://mocked.service.com\"))) or ($task.with.endpoint.uri != null and ($task.with.endpoint.uri | startswith(\"https://mocked.service.com\")))",
/// Gets/sets an uri that reference the type of the described error
9
13
#[serde(rename = "type")]
10
14
pubtype_:String,
11
15
16
+
12
17
/// Gets/sets a short, human-readable summary of the error type.It SHOULD NOT change from occurrence to occurrence of the error, except for purposes of localization
0 commit comments