Skip to content

Commit

Permalink
Try omitting distribution, since we don't care anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasPius committed Apr 9, 2024
1 parent e5352f5 commit 27325cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/aaa_setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ async fn provision_cheapest_server() {
let order = MarketProductOrder {
id: cheapest.id,
auth: AuthorizationMethod::Keys(vec![fingerprint.clone()]),
distribution: Some("Rescue system".to_string()),
language: Some("en".to_string()),
distribution: None,
language: None,
addons: vec![AddonId::from("primary_ipv4")],
comment: None,
i_want_to_spend_money_to_purchase_a_server:
Expand Down

0 comments on commit 27325cc

Please sign in to comment.