Skip to content

Commit

Permalink
[frontend/backend] wip
Browse files Browse the repository at this point in the history
  • Loading branch information
savacano28 committed Dec 11, 2024
1 parent caec76e commit 46e3558
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ void given_filter_input_by_source_should_return_a_page_of_payloads_filter_by_sou
.contentType(MediaType.APPLICATION_JSON)
.content(asJsonString(searchPaginationInput)))
.andExpect(status().is2xxSuccessful())
.andExpect(jsonPath("$.numberOfElements").value(1));
.andExpect(jsonPath("$.numberOfElements").value(3));
}
}
}
Expand Down

0 comments on commit 46e3558

Please sign in to comment.