5 references to Password
Aspire.Hosting.Azure.Tests (5)
AzurePostgresExtensionsTests.cs (5)
207Assert.NotNull(postgres.Resource.Password); 208Assert.Equal("p@ssw0rd1", await postgres.Resource.Password.GetValueAsync(CancellationToken.None)); 325Assert.NotNull(postgres.Resource.Password); 336var passwordValue = await postgres.Resource.Password.GetValueAsync(CancellationToken.None); 351Assert.Null(postgres.Resource.Password);