Skip to content

Commit

Permalink
Fix missing quota specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph committed Dec 6, 2023
1 parent 83c9872 commit 7e779a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nexus/db-queries/src/db/datastore/rack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,7 @@ mod test {
name: "test-silo".parse().unwrap(),
description: String::new(),
},
quotas: external_params::SiloQuotasCreate::empty(),
discoverable: false,
identity_mode: SiloIdentityMode::LocalOnly,
admin_group_name: None,
Expand Down

0 comments on commit 7e779a0

Please sign in to comment.