Move "Testing With Spring Security" How-to

See gh-26262
This commit is contained in:
Phillip Webb
2021-05-18 11:14:26 -07:00
parent 5f7e3d3952
commit 72d50ed2f8
6 changed files with 16 additions and 9 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.docs.howto.testingwithspringsecurity;
package org.springframework.boot.docs.howto.testing.withspringsecurity;
import org.junit.jupiter.api.Test;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.docs.howto.testingwithspringsecurity;
package org.springframework.boot.docs.howto.testing.withspringsecurity;
class UserController {