diff --git a/examples/server/tests/features/steps/steps.py b/examples/server/tests/features/steps/steps.py index 6f1529e6a..0fea0fe87 100644 --- a/examples/server/tests/features/steps/steps.py +++ b/examples/server/tests/features/steps/steps.py @@ -182,7 +182,7 @@ def step_server_metrics(context): context.server_metrics = True @step('disable context shifting') -def step_server_metrics(context): +def step_server_disable_ctx_shift(context): context.disable_ctx_shift = True @step("the server is starting")