Skip to content

Commit dfefa4d

Browse files
committed
linter
1 parent cf035f0 commit dfefa4d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/templates/kuttl/iceberg/34_trino.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
2121
vectorAggregatorConfigMapName: vector-aggregator-discovery
2222
{% endif %}
23-
coordinators:
23+
coordinators:
2424
config:
2525
logging:
2626
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}

tests/templates/kuttl/iceberg/60_nifi-flow-with-kerberos.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,4 +1141,4 @@
11411141
"latest": false,
11421142
"parameterContexts": {},
11431143
"parameterProviders": {}
1144-
}
1144+
}

tests/templates/kuttl/iceberg/60_nifi-flow-without-kerberos.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,4 +1065,4 @@
10651065
"latest": false,
10661066
"parameterContexts": {},
10671067
"parameterProviders": {}
1068-
}
1068+
}

tests/templates/kuttl/iceberg/61-provision-nifi-flow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ data:
6868
print("Logged in")
6969
7070
filename = "/tmp/nifi-flow/nifi-flow.json"
71-
71+
7272
pg_id = get_root_pg_id()
7373
print(f"Got root process group id: {pg_id}")
7474

0 commit comments

Comments
 (0)