Skip to content

Commit feae776

Browse files
authored
Fix yaml format for benchmarks.crudapi.yml
1 parent c331190 commit feae776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BenchmarksApps/Mvc/benchmarks.crudapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ scenarios:
3737
variables:
3838
path: /Products
3939
verb: POST
40-
customHeaders: [ 'content-type: application/json' ]
41-
bodyFile: https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/Mvc/crudproductbody.json
40+
customHeaders: [ 'content-type: application/json' ]
41+
bodyFile: https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/Mvc/crudproductbody.json
4242

4343
# Update product
4444
ApiCrudUpdateProduct:

0 commit comments

Comments
 (0)