Skip to content

Commit

Permalink
Fix helper
Browse files Browse the repository at this point in the history
  • Loading branch information
yuting-liu committed Jul 17, 2019
1 parent db485d6 commit 997f583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-plugin-events/test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def stub_apis
stub_request(:any, %r{/apis$})
.to_return(
'body' => {
'versions' => ['apps/v1', 'extensions/v1beta1']
'versions' => ['events.k8s.io/v1beta1']
}.to_json
)
end
Expand Down

0 comments on commit 997f583

Please sign in to comment.