Skip to content

Commit

Permalink
more attempts to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Sep 5, 2023
1 parent 198cc1d commit 9d576ba
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/deployment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,14 @@ mod tests {
},
metadata: ObjectMeta {
owner_references: Some(vec![OwnerReference {
..Default::default()
kind: "ExitNode".to_string(),
api_version: "v1".to_string(),
name: "test-node".to_string(),
uid: uuid::Uuid::nil().to_string(),
controller: Some(true),
block_owner_deletion: Some(true),
}]),
namespace: Some("default".to_string()),
..Default::default()
},
};
Expand Down

0 comments on commit 9d576ba

Please sign in to comment.