diff --git a/Makefile.toml b/Makefile.toml index aa7af01..734735f 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -37,7 +37,7 @@ args = [ ] [tasks.oidc-server-mock] -script = "docker compose -f testing/oidc-mock/docker-compose.yaml up -d" +script = "docker compose -f tests/_common/oidc-mock/docker-compose.yaml up -d" # Postgres [tasks.postgres_database] diff --git a/testing/oidc-mock/clients-config.json b/tests/_common/oidc-mock/clients-config.json similarity index 100% rename from testing/oidc-mock/clients-config.json rename to tests/_common/oidc-mock/clients-config.json diff --git a/testing/oidc-mock/docker-compose.yaml b/tests/_common/oidc-mock/docker-compose.yaml similarity index 100% rename from testing/oidc-mock/docker-compose.yaml rename to tests/_common/oidc-mock/docker-compose.yaml