Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Aug 29, 2024
1 parent 25ae31e commit f72161a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkcs11/src/backend/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,8 @@ mod test {
r
);
}
// FIXME: check for error 404 here
Err(Error::Api(ApiError::Serde(_))) => {}
res => panic!("{res:?}"),
};
});
Expand Down

0 comments on commit f72161a

Please sign in to comment.