Skip to content
Snippets Groups Projects
Commit 1529c879 authored by Nikhil Singh[MicroSoft]'s avatar Nikhil Singh[MicroSoft]
Browse files

Commit 17 Contents:

1-Update Unit test for Event Grid
parent 49649b94
No related branches found
No related tags found
2 merge requests!102Locking down maven central,!97Service Bus Create and Delete Support for Subscriptions
Pipeline #55093 failed
......@@ -34,7 +34,7 @@ import org.opengroup.osdu.core.common.model.http.AppException;
import org.opengroup.osdu.core.common.model.http.DpsHeaders;
import org.opengroup.osdu.register.provider.azure.di.AzureBootstrapConfig;
import org.opengroup.osdu.register.provider.azure.subscriber.pubsub.PushSubscription;
import org.opengroup.osdu.register.provider.azure.util.PartitionHelper;
import org.opengroup.osdu.register.provider.azure.util.PartitionHelperEventGrid;
import org.opengroup.osdu.register.utils.AppServiceConfig;
import retrofit2.Response;
......@@ -100,7 +100,7 @@ public class PushSubscriptionTest {
private CloudError cloudError;
@Mock
private PartitionHelper partitionHelper;
private PartitionHelperEventGrid partitionHelper;
@InjectMocks
private PushSubscription pushSubscription;
......
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