Skip to content

Commit 15e2755

Browse files
authored
Fixed typo
1 parent ba25455 commit 15e2755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ci/git_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class VersionType:
1919
TESTING = "altinitytest"
2020
ANTALYA = "altinityantalya"
2121

22-
VALID = (NEW, TESTING, PRESTABLE, STABLE, LTS, ANTALYA
22+
VALID = (NEW, TESTING, PRESTABLE, STABLE, LTS, ANTALYA,
2323
# NOTE (vnemkov): we don't use those directly, but it is used in unit-tests
2424
"stable",
2525
"prestable",

0 commit comments

Comments
 (0)