-
Notifications
You must be signed in to change notification settings - Fork 496
Add new test environment TESTER-MOCK + clean up (DEV, EXPOSUREAPP-6138) #2744
Conversation
d4rken
commented
Apr 6, 2021
- Additional environment option that was requested
- Remove previously added presence tracing entries that are no longer needed
- Show public keys in test fragment
- Compare with https://github.com/corona-warn-app/cwa-app-android-environments/pull/1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, coding looks good. But we need to verify if the downloading still works as @LukasLechnerDev has implemented it.
@@ -9,8 +9,9 @@ data class EnvironmentState( | |||
val urlDownload: String, | |||
val urlVerification: String, | |||
val urlDataDonation: String, | |||
val urlQrCodePosterTemplate: String | |||
|
|||
val logUpload: String, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logUpload
=> urlLogUpload
to be consistent with the other namings?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea. Fixed it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM; Downloading the Template with MockServer still works
d344f04
Kudos, SonarCloud Quality Gate passed! |