mirror of
https://github.com/aljazceru/pubky-core.git
synced 2025-12-31 21:04:34 +01:00
fix(pubky): unit test bug
This commit is contained in:
@@ -305,10 +305,9 @@ mod tests {
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
let session = pubkyauth_response.await.unwrap().unwrap();
|
||||
let public_key = pubkyauth_response.await.unwrap();
|
||||
|
||||
assert_eq!(session.pubky(), &pubky);
|
||||
assert_eq!(session.capabilities(), &capabilities.0);
|
||||
assert_eq!(&public_key, &pubky);
|
||||
|
||||
// Test access control enforcement
|
||||
|
||||
|
||||
Reference in New Issue
Block a user