Skip to content

Commit 371195a

Browse files
committed
initialize idName
1 parent 0817482 commit 371195a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ziti/src/integrationTest/kotlin/org/openziti/api/ControllerTests.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class ControllerTests: BaseTest() {
4242
appVersion = System.nanoTime().toString()
4343
Ziti.setApplicationInfo(info.displayName, appVersion)
4444

45+
idName = "id-${info.displayName}-${System.nanoTime()}"
4546
cfg = createIdentity(idName)
4647
}
4748

0 commit comments

Comments
 (0)