We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63d908 commit 2a5e391Copy full SHA for 2a5e391
test/AzureOpenAIProxy.AppHost.Tests/ApiApp/Endpoints/AdminGetEventDetailsOpenApiTests.cs
@@ -1,11 +1,11 @@
1
using System.Text.Json;
2
3
+using AzureOpenAIProxy.AppHost.Tests.Fixtures;
4
+
5
using FluentAssertions;
6
7
using IdentityModel.Client;
8
-using AzureOpenAIProxy.AppHost.Tests.Fixtures;
-
9
namespace AzureOpenAIProxy.AppHost.Tests.ApiApp.Endpoints;
10
11
public class AdminGetEventDetailsOpenApiTests(AspireAppHostFixture host) : IClassFixture<AspireAppHostFixture>
0 commit comments