test: Attempting to fix dry-run output tests for mac

This commit is contained in:
2025-09-12 12:19:38 -06:00
parent f54f8ab15e
commit 21ba26230c
+1 -1
View File
@@ -116,7 +116,7 @@ pub struct ProviderConfig {
#[validate(required)] #[validate(required)]
pub name: Option<String>, pub name: Option<String>,
#[serde_as(as = "DisplayFromStr")] #[serde_as(as = "DisplayFromStr")]
#[serde(rename(deserialize = "type"))] #[serde(rename = "type")]
pub provider_type: SupportedProvider, pub provider_type: SupportedProvider,
pub password_file: Option<PathBuf>, pub password_file: Option<PathBuf>,
pub git_branch: Option<String>, pub git_branch: Option<String>,