summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@oath.com>2018-01-25 16:17:15 +0100
committerGeir Storli <geirst@yahoo-inc.com>2018-02-01 13:30:40 +0000
commit59d4e97c7faf70ca1994faf7a929444b8984bbd5 (patch)
treeb7649e222953aec364c2f59d99982d5dfdaf5673 /vespaclient-container-plugin
parent47c29fb5623eb3af39c499dd39963ecaf2e40bd6 (diff)
Update bucket space error code
Diffstat (limited to 'vespaclient-container-plugin')
-rw-r--r--vespaclient-container-plugin/src/test/java/com/yahoo/document/restapi/OperationHandlerImplTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespaclient-container-plugin/src/test/java/com/yahoo/document/restapi/OperationHandlerImplTest.java b/vespaclient-container-plugin/src/test/java/com/yahoo/document/restapi/OperationHandlerImplTest.java
index 730930d80cb..61bbe1e7030 100644
--- a/vespaclient-container-plugin/src/test/java/com/yahoo/document/restapi/OperationHandlerImplTest.java
+++ b/vespaclient-container-plugin/src/test/java/com/yahoo/document/restapi/OperationHandlerImplTest.java
@@ -205,7 +205,7 @@ public class OperationHandlerImplTest {
String errorMsg = renderRestApiExceptionAsString(e);
// FIXME isn't this really more of a case of unknown document type..?
assertThat(errorMsg, is("{\"errors\":[{\"description\":" +
- "\"UNKNOWN_BUCKET_SPACE Document type 'document-type' in cluster 'foo' is not mapped to a known bucket space\",\"id\":-15}]}"));
+ "\"UNKNOWN_BUCKET_SPACE Document type 'document-type' in cluster 'foo' is not mapped to a known bucket space\",\"id\":-9}]}"));
}
}