Skip to content

Commit 9c6fd70

Browse files
committed
Review update
1 parent dc1ace9 commit 9c6fd70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

behave_framework/src/minifi_test_framework/steps/configuration_steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ def step_impl(context: MinifiTestContext):
4747

4848
@given("SSL properties are set in MiNiFi")
4949
def step_impl(context: MinifiTestContext):
50-
context.get_or_create_default_minifi_container().set_up_ssl_proprties()
50+
context.get_or_create_default_minifi_container().set_up_ssl_properties()

behave_framework/src/minifi_test_framework/steps/core_steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def step_impl(context: MinifiTestContext):
151151
context.containers["nifi"] = NifiContainer(context, use_ssl=True)
152152

153153

154-
@when(u'NiFi is started')
154+
@when('NiFi is started')
155155
def step_impl(context):
156156
assert context.containers["nifi"].deploy() or context.containers["nifi"].log_app_output()
157157

0 commit comments

Comments
 (0)