Skip to content

Commit f40ee76

Browse files
Fix test
Update snapshot.
1 parent b0ddee2 commit f40ee76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/Swashbuckle.AspNetCore.IntegrationTests/SwaggerVerifyIntegrationTest.SwaggerEndpoint_ReturnsValidSwaggerJson_startupType=Basic.Startup_swaggerRequestUri=v1.DotNet10_0.verified.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"CrudActions"
8484
],
8585
"summary": "Get all products",
86-
"description": "```\r\n {\r\n \"Id\":1,\r\n \"Description\":\"\",\r\n \"Status\": 0,\r\n \"Status2\": 1\r\n }\r\n```",
86+
"description": "```\r\n{\r\n \"Id\":1,\r\n \"Description\":\"\",\r\n \"Status\": 0,\r\n \"Status2\": 1\r\n}\r\n \r\n```",
8787
"responses": {
8888
"200": {
8989
"description": "OK",
@@ -179,7 +179,7 @@
179179
"CrudActions"
180180
],
181181
"summary": "Updates some properties of a specific product",
182-
"description": "\r\nOnly provided properties will be updated, other remain unchanged.\r\n\r\nIdentifier must be non-default value\r\n\r\nBody must be specified",
182+
"description": "\r\nOnly provided properties will be updated,\r\n other remain unchanged.\r\n\r\nIdentifier must be non-default value\r\n\r\nBody must be specified",
183183
"operationId": "PatchProduct",
184184
"parameters": [
185185
{

0 commit comments

Comments
 (0)