We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233dfaf commit fe678f2Copy full SHA for fe678f2
util/src/test/java/io/kubernetes/client/util/WatchTest.java
@@ -43,7 +43,7 @@ public void testWatchEnd() throws IOException {
43
status.addProperty("code", 410);
44
45
JsonObject obj = new JsonObject();
46
- obj.addProperty("type", "ERR");
+ obj.addProperty("type", "ERROR");
47
obj.add("object", status);
48
String data = json.getGson().toJson(obj);
49
Watch.Response<V1ConfigMap> response = watch.parseLine(data);
0 commit comments