diff --git a/src/BenchmarksApps/Mvc/benchmarks.crudapi.yml b/src/BenchmarksApps/Mvc/benchmarks.crudapi.yml index e53290e3f..6a3259eaa 100644 --- a/src/BenchmarksApps/Mvc/benchmarks.crudapi.yml +++ b/src/BenchmarksApps/Mvc/benchmarks.crudapi.yml @@ -37,8 +37,8 @@ scenarios: variables: path: /Products verb: POST - customHeaders: [ 'content-type: application/json' ] - bodyFile: https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/Mvc/crudproductbody.json + customHeaders: [ 'content-type: application/json' ] + bodyFile: https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/Mvc/crudproductbody.json # Update product ApiCrudUpdateProduct: