Skip to content

Commit 8dc49bd

Browse files
committed
test: Fix authentication doc test
1 parent a4c3bdc commit 8dc49bd

File tree

1 file changed

+2
-2
lines changed
  • crates/stackable-operator/src/crd/authentication/core

1 file changed

+2
-2
lines changed

crates/stackable-operator/src/crd/authentication/core/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ pub mod versioned {
109109
/// ```
110110
/// # use schemars::JsonSchema;
111111
/// # use serde::{Deserialize, Serialize};
112-
/// use stackable_operator::crd::authentication::ClientAuthenticationDetails;
112+
/// use stackable_operator::crd::authentication::core::v1alpha1;
113113
///
114114
/// #[derive(Clone, Debug, Deserialize, Eq, JsonSchema, PartialEq, Serialize)]
115115
/// #[serde(rename_all = "camelCase")]
@@ -118,7 +118,7 @@ pub mod versioned {
118118
/// pub user_registration: bool,
119119
///
120120
/// #[serde(flatten)]
121-
/// pub common: ClientAuthenticationDetails,
121+
/// pub common: v1alpha1::ClientAuthenticationDetails,
122122
/// }
123123
/// ```
124124
#[derive(Clone, Debug, Deserialize, Eq, JsonSchema, PartialEq, Serialize)]

0 commit comments

Comments
 (0)