Skip to content

Commit fe678f2

Browse files
committed
Address comments.
1 parent 233dfaf commit fe678f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/src/test/java/io/kubernetes/client/util/WatchTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void testWatchEnd() throws IOException {
4343
status.addProperty("code", 410);
4444

4545
JsonObject obj = new JsonObject();
46-
obj.addProperty("type", "ERR");
46+
obj.addProperty("type", "ERROR");
4747
obj.add("object", status);
4848
String data = json.getGson().toJson(obj);
4949
Watch.Response<V1ConfigMap> response = watch.parseLine(data);

0 commit comments

Comments
 (0)