File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
behave_framework/src/minifi_test_framework/steps Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,4 +47,4 @@ def step_impl(context: MinifiTestContext):
4747
4848@given ("SSL properties are set in MiNiFi" )
4949def 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 ()
Original file line number Diff line number Diff 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' )
155155def step_impl (context ):
156156 assert context .containers ["nifi" ].deploy () or context .containers ["nifi" ].log_app_output ()
157157
You can’t perform that action at this time.
0 commit comments