Sha256: 4f632cc660e394daba067972f4af3c8279306c130103770e2d13e3b570482c6d
Contents?: true
Size: 599 Bytes
Versions: 3
Compression:
Stored size: 599 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 |
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bugsnag-6.14.0 | features/plain_features/report_api_key.feature |
bugsnag-6.13.1 | features/plain_features/report_api_key.feature |
bugsnag-6.13.0 | features/plain_features/report_api_key.feature |