Skip to content
Snippets Groups Projects
Commit 197318b8 authored by Yauheni Lesnikau's avatar Yauheni Lesnikau
Browse files

fix imports in azure tests

parent ab09a9ff
No related branches found
No related tags found
1 merge request!85add log ignoring for /actuator/health health check;
Pipeline #44749 failed
......@@ -14,7 +14,8 @@ import org.opengroup.osdu.register.provider.azure.util.PartitionHelper;
import java.util.Arrays;
import java.util.List;
import static org.junit.Assert.*;
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.mockito.Mockito.when;
@ExtendWith(MockitoExtension.class)
......
package org.opengroup.osdu.register.provider.azure.verifier;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.mockito.InjectMocks;
import org.mockito.junit.jupiter.MockitoExtension;
import org.opengroup.osdu.core.common.model.http.AppException;
import static org.junit.jupiter.api.Assertions.assertEquals;
@ExtendWith(MockitoExtension.class)
public class GsaTokenVerifierImplTest {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment