Skip to content

Commit fd63597

Browse files
committed
fix supported schema version
1 parent a2aec86 commit fd63597

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/asynchronous/unified_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ class UnifiedSpecTestMixinV1(AsyncIntegrationTest):
430430
a class attribute ``TEST_SPEC``.
431431
"""
432432

433-
SCHEMA_VERSION = Version.from_string("1.22")
433+
SCHEMA_VERSION = Version.from_string("1.28")
434434
RUN_ON_LOAD_BALANCER = True
435435
TEST_SPEC: Any
436436
TEST_PATH = "" # This gets filled in by generate_test_classes

test/unified_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ class UnifiedSpecTestMixinV1(IntegrationTest):
429429
a class attribute ``TEST_SPEC``.
430430
"""
431431

432-
SCHEMA_VERSION = Version.from_string("1.22")
432+
SCHEMA_VERSION = Version.from_string("1.28")
433433
RUN_ON_LOAD_BALANCER = True
434434
TEST_SPEC: Any
435435
TEST_PATH = "" # This gets filled in by generate_test_classes

0 commit comments

Comments
 (0)