summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortoby <smorgrav@yahoo-inc.com>2019-07-09 13:21:22 +0200
committertoby <smorgrav@yahoo-inc.com>2019-07-09 13:21:22 +0200
commitf06791cf9570a0cbd6584e50ad08367f9513abc1 (patch)
tree7300df043e30c0572f2677b9d8896e0d39a90dc4
parent37c356e4bf1c323674323e02f5a4a8ab841f250e (diff)
Tester sets up the user as an operator
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/ApplicationApiTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/ApplicationApiTest.java b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/ApplicationApiTest.java
index 6db47feec22..a8f150920db 100644
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/ApplicationApiTest.java
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/ApplicationApiTest.java
@@ -860,7 +860,6 @@ public class ApplicationApiTest extends ControllerContainerTest {
@Test
public void testMeteringResponses() {
- // TODO - why does this request (for a tenant and application that does not exist) go through?
tester.assertResponse(request("/application/v4/tenant/doesnotexist/application/doesnotexist/metering", GET)
.userIdentity(USER_ID)
.oktaAccessToken(OKTA_AT),