Skip to content

Commit 3920156

Browse files
Copilotdavidfowl
andcommitted
Fix AzureDeployerTests to expect Choice input type for resource group
Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>
1 parent ecf4cb7 commit 3920156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Aspire.Hosting.Azure.Tests/AzureDeployerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public async Task DeployAsync_PromptsViaInteractionService()
118118
input =>
119119
{
120120
Assert.Equal("Resource group", input.Label);
121-
Assert.Equal(InputType.Text, input.InputType);
121+
Assert.Equal(InputType.Choice, input.InputType);
122122
Assert.False(input.Required);
123123
});
124124

0 commit comments

Comments
 (0)