test: Attempting to fix dry-run output tests for mac
This commit is contained in:
+1
-1
@@ -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>,
|
||||||
|
|||||||
Reference in New Issue
Block a user