diff --git a/ksql-functional-tests/src/test/resources/expected_topology/0_6_0-pre/sink-partitions-replicas_-_Use_the_legacy_default_sink_properties_for_the_sink_topic_if_default_partitions_and_replicas_were_set. b/ksql-functional-tests/src/test/resources/expected_topology/0_6_0-pre/sink-partitions-replicas_-_Use_the_legacy_default_sink_properties_for_the_sink_topic_if_default_partitions_and_replicas_were_set similarity index 100% rename from ksql-functional-tests/src/test/resources/expected_topology/0_6_0-pre/sink-partitions-replicas_-_Use_the_legacy_default_sink_properties_for_the_sink_topic_if_default_partitions_and_replicas_were_set. rename to ksql-functional-tests/src/test/resources/expected_topology/0_6_0-pre/sink-partitions-replicas_-_Use_the_legacy_default_sink_properties_for_the_sink_topic_if_default_partitions_and_replicas_were_set diff --git a/ksql-functional-tests/src/test/resources/query-validation-tests/sink-partitions-replicas.json b/ksql-functional-tests/src/test/resources/query-validation-tests/sink-partitions-replicas.json index 4f5ee2571fe9..d4d034b8d33d 100644 --- a/ksql-functional-tests/src/test/resources/query-validation-tests/sink-partitions-replicas.json +++ b/ksql-functional-tests/src/test/resources/query-validation-tests/sink-partitions-replicas.json @@ -26,7 +26,7 @@ "outputs": [{"topic": "S", "value": {"C1": 4}}] }, { - "name": "Use the legacy default sink properties for the sink topic if default partitions and replicas were set.", + "name": "Use the legacy default sink properties for the sink topic if default partitions and replicas were set", "statements": [ "CREATE STREAM TEST WITH (kafka_topic='input', value_format='AVRO');", "CREATE STREAM S as SELECT * FROM test;"