Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Register
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Register
Commits
1529c879
Commit
1529c879
authored
3 years ago
by
Nikhil Singh[MicroSoft]
Browse files
Options
Downloads
Patches
Plain Diff
Commit 17 Contents:
1-Update Unit test for Event Grid
parent
49649b94
No related branches found
No related tags found
2 merge requests
!102
Locking down maven central
,
!97
Service Bus Create and Delete Support for Subscriptions
Pipeline
#55093
failed
3 years ago
Stage: .pre
Stage: review
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
provider/register-azure/src/test/java/org/opengroup/osdu/register/provider/azure/subscriber/PushSubscriptionTest.java
+2
-2
2 additions, 2 deletions
...ister/provider/azure/subscriber/PushSubscriptionTest.java
with
2 additions
and
2 deletions
provider/register-azure/src/test/java/org/opengroup/osdu/register/provider/azure/subscriber/PushSubscriptionTest.java
+
2
−
2
View file @
1529c879
...
...
@@ -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.PartitionHelper
EventGrid
;
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
PartitionHelper
EventGrid
partitionHelper
;
@InjectMocks
private
PushSubscription
pushSubscription
;
...
...
This diff is collapsed.
Click to expand it.
Morris Estepa
@estepamo
mentioned in commit
9b6eaa9c
·
2 years ago
mentioned in commit
9b6eaa9c
mentioned in commit 9b6eaa9cabc1af6538b17b6f76382473f6467c69
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment