Skip to content

Commit d0ded16

Browse files
committed
Python linter
1 parent 73a531b commit d0ded16

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/templates/kuttl/smoke/test_nifi.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ def get_token(nifi_host, username, password):
5858
url, headers=headers, verify=False
5959
) # , cert='/tmp/cacert.pem')
6060
if cluster.status_code != 200:
61-
print(f"Waiting for cluster (HTTP status code was {cluster.status_code})...")
61+
print(
62+
f"Waiting for cluster (HTTP status code was {cluster.status_code})..."
63+
)
6264
else:
6365
cluster_data = json.loads(cluster.content.decode("utf-8"))
6466
nodes = cluster_data["cluster"]["nodes"]

0 commit comments

Comments
 (0)