From 0c0a0fd4dea8afca2beee7e7d6f395c24f351dc7 Mon Sep 17 00:00:00 2001 From: Jon Marius Venstad Date: Thu, 4 Mar 2021 15:10:53 +0100 Subject: No user default for system tests against dev --- hosted-api/src/main/java/ai/vespa/hosted/api/Properties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosted-api/src/main') diff --git a/hosted-api/src/main/java/ai/vespa/hosted/api/Properties.java b/hosted-api/src/main/java/ai/vespa/hosted/api/Properties.java index 22c32cfa9ec..30b9396678b 100644 --- a/hosted-api/src/main/java/ai/vespa/hosted/api/Properties.java +++ b/hosted-api/src/main/java/ai/vespa/hosted/api/Properties.java @@ -24,7 +24,7 @@ public class Properties { public static ApplicationId application() { return ApplicationId.from(requireNonBlankProperty("tenant"), requireNonBlankProperty("application"), - getNonBlankProperty("instance").orElse(user())); + requireNonBlankProperty("instance")); } /** Returns the relevant environment, if this is set with the 'environment' property */ -- cgit v1.2.3