Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into hzhang-add-uuid-sup…
Browse files Browse the repository at this point in the history
…port
  • Loading branch information
nkzou committed Apr 9, 2024
2 parents defc514 + aacc4cb commit 2b84839
Show file tree
Hide file tree
Showing 2,073 changed files with 121,540 additions and 17,465 deletions.
16 changes: 16 additions & 0 deletions .apigentools-info
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"additional_stamps": [],
"info_version": "2",
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-04-08 20:24:02.356402",
"spec_repo_commit": "037e376a"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-04-08 20:24:02.377503",
"spec_repo_commit": "037e376a"
}
}
}
2 changes: 1 addition & 1 deletion .generator/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def pytest_bdd_after_scenario(request, feature, scenario):
operation_spec=operation_spec.spec,
)

output = ROOT_PATH / "examples" / f"{version}_{group_name}_{snake_case(operation_id)}{unique_suffix}.rs"
output = ROOT_PATH / "examples" / f"{version}_{group_name}_{snake_case(operation_id).lower()}{unique_suffix}.rs"
output.parent.mkdir(parents=True, exist_ok=True)

with output.open("w") as f:
Expand Down
Loading

0 comments on commit 2b84839

Please sign in to comment.