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
9f649d56
Commit
9f649d56
authored
Sep 04, 2020
by
Komal Makkar
Browse files
minor changes
parent
758740a3
Pipeline
#7405
failed with stages
in 4 minutes and 14 seconds
Changes
2
Pipelines
6
Show whitespace changes
Inline
Side-by-side
testing/notification-test-azure/src/test/java/org/opengroup/osdu/notification/api/PubsubEndpointHMACDescriptor.java
View file @
9f649d56
...
...
@@ -56,7 +56,7 @@ public class PubsubEndpointHMACDescriptor extends RestDescriptor {
}
@Override
public
Map
<
String
,
String
>
getOsduTenantHeaders
(){
public
Map
<
String
,
String
>
getOsduTenantHeaders
()
{
Map
<
String
,
String
>
headers
=
new
HashMap
<>();
headers
.
put
(
"Aeg-Subscription-Name"
,
arg
());
headers
.
put
(
"data-partition-id"
,
Config
.
Instance
().
OsduTenant
);
...
...
testing/notification-test-core/src/main/java/org/opengroup/osdu/notification/api/PubsubEndpointHMACDescriptor.java
View file @
9f649d56
...
...
@@ -53,7 +53,7 @@ public class PubsubEndpointHMACDescriptor extends RestDescriptor {
@Override
public
Map
<
String
,
String
>
getOsduTenantHeaders
(){
Map
<
String
,
String
>
headers
=
new
HashMap
<>();
headers
.
put
(
"data-partition-id"
,
Config
.
Instance
().
Client
Tenant
);
headers
.
put
(
"data-partition-id"
,
Config
.
Instance
().
Osdu
Tenant
);
return
headers
;
}
...
...
Write
Preview
Supports
Markdown
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