diff --git a/docs/test-development.md b/docs/tests-development.md similarity index 99% rename from docs/test-development.md rename to docs/tests-development.md index e422681d9b0..4427c02be87 100644 --- a/docs/test-development.md +++ b/docs/tests-development.md @@ -21,4 +21,4 @@ you need and use that as a basis. All tests don't have to be fully black box testing as the testsuite deploys a special feature to the Keycloak server that allows running code within the server. This allows writing tests that can execute functions not exposed through -APIs as well as access data that is not exposed. For an example on how to do this look at org.keycloak.testsuite.runonserver.RunOnServerTest. \ No newline at end of file +APIs as well as access data that is not exposed. For an example on how to do this look at org.keycloak.testsuite.runonserver.RunOnServerTest.