aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2021-10-20 14:28:34 +0200
committerJon Bratseth <bratseth@gmail.com>2021-10-20 14:28:34 +0200
commit7e062b59a5c6c2ae6c95b240499e065bdf816d30 (patch)
treec146e21a4b0b06a12cf11d91e387ad72301e1680 /orchestrator
parent9b72725e33c79a036b957460131dbeafbefb35a2 (diff)
Correct copyright headers
Diffstat (limited to 'orchestrator')
-rw-r--r--orchestrator/src/test/java/com/yahoo/vespa/orchestrator/resources/ApplicationSuspensionRequestHandlerTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/resources/ApplicationSuspensionRequestHandlerTest.java b/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/resources/ApplicationSuspensionRequestHandlerTest.java
index 91e5f71f095..1a89c1a4ab4 100644
--- a/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/resources/ApplicationSuspensionRequestHandlerTest.java
+++ b/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/resources/ApplicationSuspensionRequestHandlerTest.java
@@ -1,5 +1,5 @@
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-package com.yahoo.vespa.orchestrator.resources;// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+package com.yahoo.vespa.orchestrator.resources;
import com.fasterxml.jackson.core.type.TypeReference;
import com.yahoo.cloud.config.ConfigserverConfig;
@@ -35,6 +35,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
* @author bjorncs
*/
class ApplicationSuspensionRequestHandlerTest {
+
private static final String RESOURCE_1 = "mediasearch:imagesearch:default";
private static final String RESOURCE_2 = "test-tenant-id:application:instance";
private static final String INVALID_RESOURCE_NAME = "something_without_colons";