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 ecf4cb7 commit 3920156Copy full SHA for 3920156
tests/Aspire.Hosting.Azure.Tests/AzureDeployerTests.cs
@@ -118,7 +118,7 @@ public async Task DeployAsync_PromptsViaInteractionService()
118
input =>
119
{
120
Assert.Equal("Resource group", input.Label);
121
- Assert.Equal(InputType.Text, input.InputType);
+ Assert.Equal(InputType.Choice, input.InputType);
122
Assert.False(input.Required);
123
});
124
0 commit comments