Fix formatting

This commit is contained in:
2025-03-22 03:01:38 +01:00
parent b5342ab86a
commit 4308312a61
8 changed files with 30 additions and 28 deletions

View File

@@ -229,9 +229,10 @@ impl Reconcile for ServiceUser {
#[cfg(test)]
mod tests {
use super::*;
use kube::CustomResourceExt;
use super::*;
#[test]
fn service_user_crd_output() {
insta::assert_yaml_snapshot!(ServiceUser::crd());