From 954ee7c84ab6f7c3f2085b3c9b7a76e4e7491210 Mon Sep 17 00:00:00 2001 From: Jeff Flater Date: Sun, 4 May 2025 12:47:16 -0500 Subject: [PATCH] test workflow --- test/features/steps/shared_test_steps.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/features/steps/shared_test_steps.py b/test/features/steps/shared_test_steps.py index 32baca1..d9a4ea6 100644 --- a/test/features/steps/shared_test_steps.py +++ b/test/features/steps/shared_test_steps.py @@ -1,6 +1,5 @@ from behave import given, when, then -# Shared test steps for various APIs @then("the response status should be 200") def step_then_status_200(context): assert context.response.status_code == 200, f"Expected 200 but got {context.response.status_code}"