Skip to content

Commit

Permalink
chore(tests): prefix the name of test apps with 'sdk-android-'
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinvernot committed Jun 28, 2022
1 parent b8ae641 commit c0b767c
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 c0b767c

Please sign in to comment.