Address linting issue

This commit is contained in:
rafid saad
2026-02-02 17:59:15 -08:00
parent a4a28e908d
commit e6f66c5949
+1 -4
View File
@@ -280,10 +280,7 @@ def test_sync_create_with_end_time():
@pytest.mark.parametrize(
"enabled_value",
[
True,
False
],
[True, False],
ids=["enabled", "disabled"],
)
def test_sync_create_with_enabled_parameter(enabled_value):