break e2e test

This commit is contained in:
Conrad Ludgate
2024-10-04 19:10:20 +01:00
parent eae4470bb6
commit 911048b2ff
2 changed files with 2 additions and 4 deletions

View File

@@ -305,7 +305,7 @@ async fn refresh_config_inner(path: &Utf8Path) -> anyhow::Result<()> {
let mut jwks_set = vec![];
for jwks in data.jwks.into_iter().flatten() {
for jwks in data.jwks {
let mut jwks_url = url::Url::from_str(&jwks.jwks_url).context("parsing JWKS url")?;
ensure!(