Skip to content

Commit f894bb5

Browse files
committed
fix test
1 parent e47e101 commit f894bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

end_to_end_tests/test_end_to_end.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def test_none_meta():
195195
def test_docstrings_on_attributes():
196196
config_path = Path(__file__).parent / "docstrings_on_attributes.config.yml"
197197
run_e2e_test(
198-
"baseline_openapi_3.1.yaml",
198+
"docstrings_on_attributes.yml",
199199
[f"--config={config_path}"],
200200
{},
201201
"docstrings-on-attributes-golden-record",

0 commit comments

Comments
 (0)