Skip to content

Commit 63da478

Browse files
committed
Fix yaml indentation
1 parent 2d6f0d3 commit 63da478

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

end_to_end_tests/functional_tests/generated_code_execution/test_enums_and_consts.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,18 @@ def test_invalid_values(self, MyModel):
7272

7373

7474
@with_generated_client_fixture(
75-
"""
76-
components:
77-
schemas:
78-
MyStrEnum:
79-
type: string
80-
enum: ["a", "b", "c"]
81-
x-enum-varnames: [
82-
"One",
83-
"More than OnE",
84-
"not_quite_four"
85-
]
86-
""")
75+
"""
76+
components:
77+
schemas:
78+
MyStrEnum:
79+
type: string
80+
enum: ["a", "b", "c"]
81+
x-enum-varnames: [
82+
"One",
83+
"More than OnE",
84+
"not_quite_four"
85+
]
86+
""")
8787
@with_generated_code_imports(
8888
".models.MyStrEnum",
8989
)

0 commit comments

Comments
 (0)