We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0817482 commit 371195aCopy full SHA for 371195a
ziti/src/integrationTest/kotlin/org/openziti/api/ControllerTests.kt
@@ -42,6 +42,7 @@ class ControllerTests: BaseTest() {
42
appVersion = System.nanoTime().toString()
43
Ziti.setApplicationInfo(info.displayName, appVersion)
44
45
+ idName = "id-${info.displayName}-${System.nanoTime()}"
46
cfg = createIdentity(idName)
47
}
48
0 commit comments