Skip to content

Commit 7ede832

Browse files
committed
metadata test typo fix
1 parent f4665ed commit 7ede832

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

features/meta_data.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,26 +137,26 @@ Scenario: Test thread meta data in plain spring async method
137137
And I wait to receive an error
138138
And the error is valid for the error reporting API version "4" for the "Bugsnag Spring" notifier
139139
And the event "metadata.thread.key1" is null
140-
And the event "metadata.thread.key2" equals "should be included in meta data"
140+
And the event "metadata.thread.key2" equals "should be included in metadata"
141141

142142
Scenario: Test thread meta data in spring boot async method
143143
When I run spring boot "AsyncMethodScenario" with the defaults
144144
And I wait to receive an error
145145
And the error is valid for the error reporting API version "4" for the "Bugsnag Spring" notifier
146146
And the event "metadata.thread.key1" is null
147-
And the event "metadata.thread.key2" equals "should be included in meta data"
147+
And the event "metadata.thread.key2" equals "should be included in metadata"
148148

149149
Scenario: Test thread meta data in plain spring scheduled task
150150
Given I set environment variable "RUN_SCHEDULED_TASK" to "true"
151151
And I run the plain spring app
152152
And I wait to receive an error
153153
And the error is valid for the error reporting API version "4" for the "Bugsnag Spring" notifier
154154
And the event "metadata.thread.key1" is null
155-
And the event "metadata.thread.key2" equals "should be included in meta data"
155+
And the event "metadata.thread.key2" equals "should be included in metadata"
156156

157157
Scenario: Test thread meta data in spring boot scheduled task
158158
When I run spring boot "ScheduledTaskScenario" with the defaults
159159
And I wait to receive an error
160160
And the error is valid for the error reporting API version "4" for the "Bugsnag Spring" notifier
161161
And the event "metadata.thread.key1" is null
162-
And the event "metadata.thread.key2" equals "should be included in meta data"
162+
And the event "metadata.thread.key2" equals "should be included in metadata"

0 commit comments

Comments
 (0)