Skip to content

Commit

Permalink
Merge pull request #758 from bugsnag/tms/device-language
Browse files Browse the repository at this point in the history
Relax expectation on device language
  • Loading branch information
twometresteve authored Nov 27, 2023
2 parents 347712a + ca8fb64 commit 8928164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/steps/unity_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def check_error_reporting_api(notifier_name)
And the event "device.totalMemory" is not null
And the event "metaData.device.screenDensity" is not null
And the event "metaData.device.screenResolution" is not null
And the event "metaData.device.osLanguage" equals "English"
And the event "metaData.device.osLanguage" is not null
And the event "metaData.device.graphicsDeviceVersion" is not null
And the event "metaData.device.graphicsMemorySize" is not null
And the event "metaData.device.processorType" is not null
Expand Down

0 comments on commit 8928164

Please sign in to comment.