Skip to content

Commit 8941264

Browse files
committed
tests : minor fix
1 parent c643de8 commit 8941264

File tree

1 file changed

+1
-1
lines changed
  • examples/server/tests/features/steps

1 file changed

+1
-1
lines changed

examples/server/tests/features/steps/steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def step_server_metrics(context):
182182
context.server_metrics = True
183183

184184
@step('disable context shifting')
185-
def step_server_metrics(context):
185+
def step_server_disable_ctx_shift(context):
186186
context.disable_ctx_shift = True
187187

188188
@step("the server is starting")

0 commit comments

Comments
 (0)