test: fix chromium-headless and issuer_url

fix for #25
This commit is contained in:
Paul Zinselmeyer 2025-04-18 16:10:16 +02:00
parent fa5faed004
commit 65cb175603
Signed by: pfzetto
GPG key ID: B471A1AF06C895FD
4 changed files with 5 additions and 10 deletions

View file

@ -31,9 +31,8 @@ async fn first() {
info!("starting basic example app");
let app_url = "http://127.0.0.1:8080/";
let app_url = "http://localhost:8080/";
let app_handle = tokio::spawn(basic::run(
app_url.to_string(),
format!("{}/realms/test", keycloak.url()),
basic_client.client_id.to_string(),
basic_client.client_secret.clone(),