Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPMRPP-89396 || fix failing tests #1939

Merged
merged 2 commits into from
Mar 5, 2024
Merged

EPMRPP-89396 || fix failing tests #1939

merged 2 commits into from
Mar 5, 2024

Conversation

grabsefx
Copy link
Contributor

@grabsefx grabsefx commented Mar 5, 2024

No description provided.

@grabsefx grabsefx requested a review from avarabyeu as a code owner March 5, 2024 06:03
@@ -300,7 +310,8 @@ void bulkDeleteProjects() throws Exception {
bulkRQ.setIds(Lists.newArrayList(2L, 3L));
mockMvc.perform(delete("/v1/project").with(token(oAuthHelper.getSuperadminToken()))
.contentType(APPLICATION_JSON)
.content(objectMapper.writeValueAsBytes(bulkRQ))).andExpect(status().isOk());
.param("ids" , "2", "3"))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck> reported by reviewdog 🐶
',' is preceded with whitespace.

@@ -256,7 +256,8 @@ void bulkDeleteLaunches() throws Exception {
deleteBulkRQ.setIds(ids);
mockMvc.perform(delete(DEFAULT_PROJECT_BASE_URL + "/launch").contentType(APPLICATION_JSON)
.with(token(oAuthHelper.getDefaultToken()))
.content(objectMapper.writeValueAsBytes(deleteBulkRQ))).andExpect(status().is(200));
.param("ids" , "1", "2"))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck> reported by reviewdog 🐶
',' is preceded with whitespace.

@grabsefx grabsefx self-assigned this Mar 5, 2024
@grabsefx grabsefx merged commit 385ec9b into develop Mar 5, 2024
4 of 5 checks passed
@grabsefx grabsefx deleted the EPMRPP-89396 branch March 5, 2024 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants