5 references to Password
Aspire.Hosting.Azure.Tests (5)
AzurePostgresExtensionsTests.cs (5)
199Assert.NotNull(postgres.Resource.Password); 200Assert.Equal("p@ssw0rd1", await postgres.Resource.Password.GetValueAsync(CancellationToken.None)); 317Assert.NotNull(postgres.Resource.Password); 328var passwordValue = await postgres.Resource.Password.GetValueAsync(CancellationToken.None); 343Assert.Null(postgres.Resource.Password);