Skip to content

Commit ceaa16b

Browse files
committed
fix test
Related to: #300
1 parent f57decc commit ceaa16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/AzureOpenAIProxy.ApiApp.Tests/Extensions/ServiceCollectionExtensionsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public void Given_NullOrEmpty_SecretName_When_Invoked_AddKeyVaultService_Then_It
117117
var dict = new Dictionary<string, string>()
118118
{
119119
{ "Azure:KeyVault:VaultUri", vaultUri },
120-
{ "Azure:KeyVault:SecretNames:OpenAI", secretName! },
120+
{ "Azure:KeyVault:SecretNames:OpenAI", secretName },
121121
};
122122
#pragma warning disable CS8620 // Argument cannot be used for parameter due to differences in the nullability of reference types.
123123
var config = new ConfigurationBuilder().AddInMemoryCollection(dict).Build();

0 commit comments

Comments
 (0)