Skip to content

Commit

Permalink
fix: fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nanderstabel committed Jun 9, 2023
1 parent 1c703e4 commit 4863f63
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 67 deletions.
1 change: 0 additions & 1 deletion siopv2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ use wiremock::{
matchers::{method, path},
Mock, MockServer, ResponseTemplate,
};
use std::str::FromStr;

lazy_static! {
pub static ref MOCK_KEYPAIR: Keypair = Keypair::generate(&mut OsRng);
Expand Down
12 changes: 1 addition & 11 deletions siopv2/src/relying_party.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ mod tests {
request::ResponseType,
scope::{Scope, ScopeValue},
test_utils::{MemoryStorage, MockSubject, Storage},
ClaimRequests, Provider, Registration, RequestUrl, StandardClaimsRequests, StandardClaimsValues,
Provider, Registration, RequestUrl, StandardClaimsRequests, StandardClaimsValues,
};
use chrono::{Duration, Utc};
use lazy_static::lazy_static;
Expand Down Expand Up @@ -115,16 +115,6 @@ mod tests {
}
}"#,
)
.claims(ClaimRequests {
id_token: Some(StandardClaimsRequests {
name: Some(IndividualClaimRequest::Null),
email: Some(IndividualClaimRequest::object().essential(true)),
address: Some(IndividualClaimRequest::Null),
updated_at: Some(IndividualClaimRequest::Null),
..Default::default()
}),
..Default::default()
})
.exp((Utc::now() + Duration::minutes(10)).timestamp())
.nonce("n-0S6_WzA2Mj".to_string())
.build()
Expand Down
55 changes: 0 additions & 55 deletions src/storage.rs

This file was deleted.

0 comments on commit 4863f63

Please sign in to comment.