breezy-salesmen-85534
01/26/2021, 10:57 AMusing System.ComponentModel;
using System.Linq;
using System.Threading.Tasks;
using Pulumi.Azure.ContainerService;
using Vipps.Vce.Core;
using Xunit;
namespace Vipps.Vce.International.BlueGreen.Tests
{
public class BLueGreenStackTests
{
[Fact]
public async Task Test_BaseStack_Constructor_CreatesAKS()
{
var resources = await Testing.RunAsync<BlueGreenStack>(); <-- stacktrace covers this
var aks = resources.OfType<KubernetesCluster>().FirstOrDefault();
Assert.NotNull(aks);
Assert.Equal(name, await aks.Name.GetValueAsync());
}
}
}
This test crashes with a stacktrace where I am responsible for a single test line 😅 How do I approach this crash?No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by