Skip to content

Commit ae3a6c1

Browse files
chore: Switch more integration tests to use API (#487) (#1598)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d1a54d6 commit ae3a6c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openstack_types/src/identity/v4/user/passkey/response/register_start.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pub struct RegisterStartResponse {
4141
#[structable()]
4242
pub challenge: String,
4343

44-
/// Credential IDs that are excluded from being able to be registered.
44+
/// Credential ID's that are excluded from being able to be registered.
4545
#[serde(default)]
4646
#[structable(optional, serialize)]
4747
pub exclude_credentials: Option<Vec<ExcludeCredentials>>,
@@ -322,7 +322,7 @@ impl std::str::FromStr for CredentialProtectionPolicy {
322322
}
323323
}
324324

325-
/// The desired options for the clients use of the credProtect extension
325+
/// The desired options for the client's use of the credProtect extension
326326
///
327327
/// <https://fidoalliance.org/specs/fido-v2.1-rd-20210309/fido-client-to-authenticator-protocol-v2.1-rd-20210309.html#sctn-credProtect-extension>
328328
/// `CredProtect` type

0 commit comments

Comments
 (0)