Skip to content

Commit 76c9eb1

Browse files
committed
[API] handle 'warnings' on yaml tests
1 parent 4f5c953 commit 76c9eb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api-spec-testing/test_file/action.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ def execute(client, test = nil)
7171
end
7272
when 'catch'
7373
client
74+
when 'warnings'
75+
# TODO warn the users
76+
client
7477
else
7578
@response = client.send(_method, prepare_arguments(args, test))
7679
client

0 commit comments

Comments
 (0)