Skip to content

Commit 575115e

Browse files
committed
[API] Catch allowed_warnings in action
1 parent 25845fc commit 575115e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-spec-testing/test_file/action.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def execute(client, test = nil)
7171
end
7272
when 'catch'
7373
client
74-
when 'warnings'
74+
when 'warnings', 'allowed_warnings'
7575
# TODO warn the users
7676
client
7777
else

0 commit comments

Comments
 (0)