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
63d74e44
Commit
63d74e44
authored
Nov 19, 2020
by
Komal Makkar
Browse files
overriding should_return401_when_noAccessOnCustomerTenant
parent
48969b05
Pipeline
#16424
failed with stage
in 1 minute and 59 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
testing/notification-test-azure/src/test/java/org/opengroup/osdu/notification/api/TestPubsubEndpointHMAC.java
View file @
63d74e44
...
...
@@ -69,6 +69,7 @@ public class TestPubsubEndpointHMAC extends PubsubEndpointHMACTests {
}
@Test
@Override
public
void
should_return401_when_noAccessOnCustomerTenant
()
throws
Exception
{
ClientResponse
response
=
descriptor
.
runOnCustomerTenant
(
getArg
(),
getOsduTenantAdminCredentials
());
assertEquals
(
error
(
response
.
getEntity
(
String
.
class
)),
403
,
response
.
getStatus
());
...
...
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