spec/api/alerts_api_spec.rb in SematextCloud-0.4.0 vs spec/api/alerts_api_spec.rb in SematextCloud-0.5.0
- old
+ new
@@ -4,11 +4,11 @@
#API Explorer provides access and documentation for Sematext REST API. The REST API requires the API Key to be sent as part of `Authorization` header. E.g.: `Authorization : apiKey e5f18450-205a-48eb-8589-7d49edaea813`.
OpenAPI spec version: v3
Generated by: https://github.com/swagger-api/swagger-codegen.git
-Swagger Codegen version: 3.0.30
+Swagger Codegen version: 3.0.34
=end
require 'spec_helper'
require 'json'
@@ -40,16 +40,16 @@
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
- # unit tests for delete_alert_rule_using_delete1
+ # unit tests for delete_alert_rule_using_delete
# Delete alert rule
# @param updateable_alert_id updateableAlertId
# @param [Hash] opts the optional parameters
# @return [GenericMapBasedApiResponse]
- describe 'delete_alert_rule_using_delete1 test' do
+ describe 'delete_alert_rule_using_delete test' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
@@ -73,15 +73,15 @@
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
- # unit tests for get_alert_rules_for_app_using_get1
+ # unit tests for get_alert_rules_for_app_using_get
# Get alert rules for an app
# @param app_id appId
# @param [Hash] opts the optional parameters
# @return [AlertRulesResponse]
- describe 'get_alert_rules_for_app_using_get1 test' do
+ describe 'get_alert_rules_for_app_using_get test' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end