Sha256: 0eafa2a2d8eb821ba478ed1dd15f96150b28377c1cf1df8b0dc83023e2b25199
Contents?: true
Size: 660 Bytes
Versions: 1
Compression:
Stored size: 660 Bytes
Contents
Feature: Plain report modify api key Scenario Outline: A report can have its api_key modified Given I set environment variable "CALLBACK_INITIATOR" to "<initiator>" When I run the service "plain-ruby" with the command "bundle exec ruby report_modification/modify_api_key.rb" And I wait to receive a request Then the "Bugsnag-Api-Key" header equals "abcdefghijklmnopqrstuvwxyz123456" And the payload field "apiKey" equals "abcdefghijklmnopqrstuvwxyz123456" Examples: | initiator | | handled_before_notify | | handled_block | | unhandled_before_notify | | handled_on_error | | unhandled_on_error |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bugsnag-6.15.0 | features/plain_features/report_api_key.feature |