From 9bdea7cedb162a40918a2a5f611869cfe679e3a1 Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Mon, 16 Sep 2019 11:20:15 -0700 Subject: [PATCH] Fix partially defined operation timeout blocks --- api/async.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/api/async.rb b/api/async.rb index 618aa13f5d6b..c703ec5b92af 100644 --- a/api/async.rb +++ b/api/async.rb @@ -57,6 +57,7 @@ def validate check :path, type: String, required: true check :base_url, type: String check :wait_ms, type: Integer, required: true + check :timeouts, type: Api::Timeouts check :full_url, type: String