Skip to content

Commit

Permalink
Add quotas for silo cert tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph committed Dec 12, 2023
1 parent 371bc98 commit de951a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nexus/tests/integration_tests/certificates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ async fn test_silo_certificates() {
.name(silo2.silo_name.clone())
.description("")
.discoverable(false)
.quotas(params::SiloQuotasCreate::empty())
.identity_mode(oxide_client::types::SiloIdentityMode::LocalOnly)
.tls_certificates(vec![silo2_cert.try_into().unwrap()]),
)
Expand Down Expand Up @@ -454,6 +455,7 @@ async fn test_silo_certificates() {
.name(silo3.silo_name.clone())
.description("")
.discoverable(false)
.quotas(params::SiloQuotasCreate::empty())
.identity_mode(oxide_client::types::SiloIdentityMode::LocalOnly)
.tls_certificates(vec![silo3_cert.try_into().unwrap()]),
)
Expand Down

0 comments on commit de951a7

Please sign in to comment.