remove unused import

This commit is contained in:
spencergibb
2024-10-24 13:54:06 -04:00
parent acac14534c
commit 0be818450f

View File

@@ -25,7 +25,6 @@ import org.springframework.boot.SpringBootConfiguration;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.cloud.client.ServiceInstance;
import org.springframework.context.annotation.Bean;
import org.springframework.http.ResponseEntity;
import org.springframework.web.client.RestClient;
import static org.assertj.core.api.Assertions.assertThatThrownBy;