test: add appview_jwks_url to AuthConfig test helper
Author: Aaron Steven White
Commit
6d191cee4788e71d91de54de44f1ad8ec37ea826Parent: 4f8947e119
Structural diff unavailable
These commits were pushed via plain git push, so no pre-parsed
schemas are available. Install git-remote-cospan and re-push via panproto:// to
see scope-level changes, breaking change detection, and semantic diffs.
brew install panproto/tap/git-remote-cospan1 file changed +1 -0
@@ -48,6 +48,7 @@ impl TestNode {
4848 validation: cospan_node::config::ValidationConfig::default(), 4949 auth: cospan_node::config::AuthConfig { 5050 allowed_dids: vec![], // allow all 51+ appview_jwks_url: None, 5152 }, 5253 }; 5354 let repos_dir = config.repos_dir();