Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Notification
Commits
5f542e41
Commit
5f542e41
authored
Sep 03, 2021
by
Nikhil Singh[MicroSoft]
Browse files
Ignore IT
parent
aecf2b4a
Pipeline
#62884
failed with stages
in 15 seconds
Changes
2
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
devops/azure/chart/templates/deployment.yaml
View file @
5f542e41
...
...
@@ -102,8 +102,8 @@ spec:
-
name
:
consecutive_subscription_manager_delay_seconds
value
:
"
1800"
-
name
:
service_bus_enabled
value
:
"
fals
e"
value
:
"
tru
e"
-
name
:
event_grid_to_service_bus_enabled
value
:
"
false"
-
name
:
event_grid_enabled
value
:
"
true"
\ No newline at end of file
value
:
"
false"
\ No newline at end of file
testing/notification-test-azure/src/test/java/org/opengroup/osdu/notification/api/TestPubsubEndpointHMAC.java
View file @
5f542e41
...
...
@@ -18,9 +18,10 @@ import com.sun.jersey.api.client.ClientResponse;
import
org.junit.*
;
import
org.opengroup.osdu.notification.util.AzureTestUtils
;
import
org.opengroup.osdu.notification.util.Config
;
import
org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
;
import
static
org
.
junit
.
Assert
.
assertEquals
;
@ConditionalOnProperty
(
value
=
"requestScope.enabled"
,
havingValue
=
"true"
,
matchIfMissing
=
false
)
public
class
TestPubsubEndpointHMAC
extends
PubsubEndpointHMACTests
{
@BeforeClass
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment