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
Deployment and Operations
Backup Service
Commits
90011524
Commit
90011524
authored
Jul 12, 2021
by
Riabokon Stanislav(EPAM)[GCP]
Browse files
gcp-entv2-stabilization (GONRG-2513)
parent
783ecd9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
testing/backup-test-core/src/main/java/org/opengroup/osdu/backup/apitest/BackupCollectionTest.java
View file @
90011524
...
...
@@ -137,7 +137,7 @@ public class BackupCollectionTest extends TestBase {
HttpMethod
.
GET
,
getHeaders
(
""
,
client
.
getAccessToken
())
);
assertEquals
(
HttpStatus
.
SC_
UNAUTHORIZED
,
listResponse
.
getStatus
());
assertEquals
(
HttpStatus
.
SC_
FORBIDDEN
,
listResponse
.
getStatus
());
}
protected
BackupCollection
submitBackupCollection
(
BackupCollection
collection
)
throws
Exception
{
...
...
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