Skip to content

Commit

Permalink
Merge branch 'quentin/renameFunctestApp' into 'master'
Browse files Browse the repository at this point in the history
chore(tests): prefix the name of test apps with 'sdk-android-'

See merge request TankerHQ/sdk-android!266
  • Loading branch information
quentinvernot committed Jun 29, 2022
2 parents b8ae641 + c0b767c commit 20febe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class Config {
class App {
val admin = Admin(Config.getAppManagementUrl(), Config.getAppManagementToken(), Config.getTrustchaindUrl(), Config.getEnvironmentName(), Config.getVerificationApiToken())
val url: String = Config.getUrl()
private val app: TankerApp = admin.createApp("android-test")
private val app: TankerApp = admin.createApp("sdk-android-tests")

fun createIdentity(userId: String = UUID.randomUUID().toString()): String {
return Identity.createIdentity(
Expand Down

0 comments on commit 20febe7

Please sign in to comment.