5 references to Password
Aspire.Hosting.Azure.Tests (5)
AzurePostgresExtensionsTests.cs (5)
205Assert.NotNull(postgres.Resource.Password); 206Assert.Equal("p@ssw0rd1", await postgres.Resource.Password.GetValueAsync(CancellationToken.None)); 323Assert.NotNull(postgres.Resource.Password); 334var passwordValue = await postgres.Resource.Password.GetValueAsync(CancellationToken.None); 349Assert.Null(postgres.Resource.Password);