chore(deps): Non-AWS dependency updates #1329
Merged
GitHub Actions / Tests
succeeded
Oct 23, 2024 in 0s
30 passed, 0 failed and 0 skipped
β Β registration/target/test-reports/TEST-registration.auditor.FootballMatchAuditorSpec.xml
2 tests were completed in 31ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
registration.auditor.FootballMatchAuditorSpec | 2β | 31ms |
β Β registration.auditor.FootballMatchAuditorSpec
β
Football match client should::query PA and return matches that have ended
β
Football match client should::do not query PA if there are no football matches in topic list
β Β registration/target/test-reports/TEST-registration.auditor.LiveblogAuditorSpec.xml
5 tests were completed in 232ms with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
registration.auditor.LiveblogAuditorSpec | 5β | 232ms |
β Β registration.auditor.LiveblogAuditorSpec
β
A LiveblogAuditor should::ignore topics where type is not content
β
A LiveblogAuditor should::return topics as expired where liveBloggingNow is invalid
β
A LiveblogAuditor should::return topics as expired where liveBloggingNow is missing
β
A LiveblogAuditor should::return topics as expired where liveBloggingNow is false
β
A LiveblogAuditor should::not return topics as expired where liveBloggingNow is true
β Β registration/target/test-reports/TEST-registration.auditor.TimeExpiringAuditorSpec.xml
3 tests were completed in 30ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
registration.auditor.TimeExpiringAuditorSpec | 3β | 30ms |
β Β registration.auditor.TimeExpiringAuditorSpec
β
A TimeExpiryTopic should::Expiry reference topics if date is after threshold
β
A TimeExpiryTopic should::Not expire reference topics before the threshold
β
A TimeExpiryTopic should::Not expire topics that are not in the set
β Β registration/target/test-reports/TEST-registration.controllers.MainControllerSpec.xml
4 tests were completed in 3s with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
registration.controllers.MainControllerSpec | 4β | 3s |
β Β registration.controllers.MainControllerSpec
β
Registrations controller should::responds to healtcheck
β
Registrations controller should::return legacy formatted response for legacy registration
β
Registrations controller should::not include in invalid topics in response to legacy registration
β
Registrations controller should::returns 400 for a android registration without a fcmToken
β Β registration/target/test-reports/TEST-registration.db.BuildTierSpec.xml
4 tests were completed in 5ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
registration.db.BuildTierSpec | 4β | 5ms |
β Β registration.db.BuildTierSpec
β
chooseTier should::Mark an Android beta build which fails to send an app version as a release build
β
chooseTier should::Mark an Android beta build which includes an app version as a beta build
β
chooseTier should::Mark an iOS beta build as a beta build
β
chooseTier should::Return None if the client sends an invalid build tier
β Β registration/target/test-reports/TEST-registration.models.LegacyRegistrationSpec.xml
3 tests were completed in 293ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
registration.models.LegacyRegistrationSpec | 3β | 293ms |
β Β registration.models.LegacyRegistrationSpec
β
The LegacyTopic should::parse a standard legacy topic
β
The LegacyTopic should::parse a legacy topic with the android workaround
β
The LegacyTopic should::fail to parse wrong json
β Β registration/target/test-reports/TEST-registration.services.LegacyNewsstandRegistrationConverterSpec.xml
2 tests were completed in 536ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
registration.services.LegacyNewsstandRegistrationConverterSpec | 2β | 536ms |
β Β registration.services.LegacyNewsstandRegistrationConverterSpec
β
LegacyNewsstandRegistrationConverter should::toRegistration
β
LegacyNewsstandRegistrationConverter should::fromResponse
β Β registration/target/test-reports/TEST-registration.services.LegacyRegistrationConverterSpec.xml
4 tests were completed in 7ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
registration.services.LegacyRegistrationConverterSpec | 4β | 7ms |
β Β registration.services.LegacyRegistrationConverterSpec
β
LegacyRegistrationConverter should::Convert a legacy registration to an internal one
β
LegacyRegistrationConverter should::Convert a legacy registration with a firebase token only to an internal one
β
LegacyRegistrationConverter should::Convert a legacy registration with both a firebase token and an azure token to an internal one
β
LegacyRegistrationConverter should::Return an error where an android device has no fcm token
β Β registration/target/test-reports/TEST-registration.services.topic.AuditorTopicValidatorSpec.xml
3 tests were completed in 53ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
registration.services.topic.AuditorTopicValidatorSpec | 3β | 53ms |
β Β registration.services.topic.AuditorTopicValidatorSpec
β
Auditor Topic Validator should::return filtered list of topics from both auditors
β
Auditor Topic Validator should::Limit the number of tags to 200
β
Auditor Topic Validator should::Do not filter breaking news if topic list too long
Loading