summaryrefslogtreecommitdiffstats
path: root/athenz-identity-provider-service
diff options
context:
space:
mode:
authorValerij Fredriksen <valerijf@verizonmedia.com>2019-01-30 11:56:07 +0100
committerValerij Fredriksen <valerijf@verizonmedia.com>2019-01-30 12:29:11 +0100
commit791200f2a6ee4e6d709a0022226bfd95173a5305 (patch)
tree6c284f67d9ad36324e078b78f8d6666a8496bbd5 /athenz-identity-provider-service
parentcbd7ec78bea90dc7aa780019b388c8203841cd7b (diff)
Fix method name typo
Diffstat (limited to 'athenz-identity-provider-service')
-rw-r--r--athenz-identity-provider-service/src/test/java/com/yahoo/vespa/hosted/athenz/instanceproviderservice/identitydocument/IdentityDocumentGeneratorTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/athenz-identity-provider-service/src/test/java/com/yahoo/vespa/hosted/athenz/instanceproviderservice/identitydocument/IdentityDocumentGeneratorTest.java b/athenz-identity-provider-service/src/test/java/com/yahoo/vespa/hosted/athenz/instanceproviderservice/identitydocument/IdentityDocumentGeneratorTest.java
index 5d36df0d8ee..db600f78271 100644
--- a/athenz-identity-provider-service/src/test/java/com/yahoo/vespa/hosted/athenz/instanceproviderservice/identitydocument/IdentityDocumentGeneratorTest.java
+++ b/athenz-identity-provider-service/src/test/java/com/yahoo/vespa/hosted/athenz/instanceproviderservice/identitydocument/IdentityDocumentGeneratorTest.java
@@ -54,7 +54,7 @@ public class IdentityDocumentGeneratorTest {
TenantName.from("tenant"), ApplicationName.from("application"), InstanceName.from("default"));
Allocation allocation = new Allocation(appid,
ClusterMembership.from("container/default/0/0", Version.fromString("1.2.3")),
- Generation.inital(),
+ Generation.initial(),
false);
Node parentNode = Node.create("ostkid",
ImmutableSet.of("127.0.0.1"),