Skip to content
GitLab
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
Security and Compliance
entitlements-azure
Commits
4ebaf757
Commit
4ebaf757
authored
Sep 26, 2020
by
harshit aggarwal
Browse files
Update EntitlementsCreateGroupTest.java
parent
7551d9a0
Pipeline
#9964
failed with stage
in 1 minute and 48 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
integration-tests/src/test/java/org/opengroup/osdu/azure/entitlements/acceptanceTests/EntitlementsCreateGroupTest.java
View file @
4ebaf757
...
...
@@ -99,7 +99,7 @@ public class EntitlementsCreateGroupTest {
ClientResponse
response1
=
TestUtils
.
send
(
path
,
"POST"
,
TestUtils
.
getHeaders
(
nonExistedTenant
,
TestUtils
.
getToken
()),
postedBody
,
""
);
assertEquals
(
HttpStatus
.
SC_
FORBIDDEN
,
response1
.
getStatus
());
assertEquals
(
HttpStatus
.
SC_
NOT_FOUND
,
response1
.
getStatus
());
}
@Test
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment