From feae77627b842c01f11d003b28297ef12405e999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Fri, 22 Aug 2025 13:53:09 -0700 Subject: [PATCH] Fix yaml format for benchmarks.crudapi.yml --- src/BenchmarksApps/Mvc/benchmarks.crudapi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: