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
a05561f3
Commit
a05561f3
authored
Dec 13, 2021
by
Bhushan Rade
Browse files
ibm integration test updated for service mesh change
parent
e1b5723c
Pipeline
#81633
failed with stages
in 24 minutes and 22 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
testing/notification-test-ibm/src/test/java/org/opengroup/osdu/notification/api/TestPubsubEndpointHMAC.java
View file @
a05561f3
...
...
@@ -38,7 +38,7 @@ public class TestPubsubEndpointHMAC extends PubsubEndpointHMACTests {
@Override
public
void
should_return400_when_makingHttpRequestWithoutToken
()
throws
Exception
{
ClientResponse
response
=
descriptor
.
run
(
getArg
(),
""
);
assertEquals
(
error
(
response
.
getEntity
(
String
.
class
)),
40
1
,
response
.
getStatus
());
assertEquals
(
error
(
response
.
getEntity
(
String
.
class
)),
40
3
,
response
.
getStatus
());
}
@Ignore
...
...
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