package com.heaerie.server.auth201.Auth201Server; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class Auth201ServerApplicationTests { @Test void contextLoads() { } }