Skip to content

Commit bf80f43

Browse files
committed
Update snapshot
1 parent 3ddbf67 commit bf80f43

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

examples/axum-example/tests/snapshots/integration_test__openapi.snap

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,9 @@ expression: "std::fs::read_to_string(\"openapi.json\").unwrap()"
494494
"/hello": {
495495
"get": {
496496
"operationId": "mod_file_endpoint",
497+
"tags": [
498+
"hello"
499+
],
497500
"responses": {
498501
"200": {
499502
"description": "Successful response",
@@ -1708,5 +1711,10 @@ expression: "std::fs::read_to_string(\"openapi.json\").unwrap()"
17081711
]
17091712
}
17101713
}
1711-
}
1714+
},
1715+
"tags": [
1716+
{
1717+
"name": "hello"
1718+
}
1719+
]
17121720
}

0 commit comments

Comments
 (0)