diff --git a/test/integration/expression-tests/to-rgba/zero/test.json b/test/integration/expression-tests/to-rgba/zero/test.json index d629f59d6c4..662fb7199f0 100644 --- a/test/integration/expression-tests/to-rgba/zero/test.json +++ b/test/integration/expression-tests/to-rgba/zero/test.json @@ -11,6 +11,6 @@ "type": "array" }, "outputs": [[0, 0, 0, 0]], - "serialized": ["to-rgba", ["rgba", 0, 0, 0, 0]] + "serialized": ["literal", [0, 0, 0, 0]] } }