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

Csv export refinement #90

Merged
merged 5 commits into from
May 21, 2024
Merged

Csv export refinement #90

merged 5 commits into from
May 21, 2024

Conversation

vteague
Copy link
Member

@vteague vteague commented May 20, 2024

No description provided.

vteague added 2 commits May 21, 2024 08:46
# Conflicts:
#	src/test/java/au/org/democracydevelopers/raireservice/controller/GetAssertionsCSVAPITests.java
@vteague vteague requested a review from michelleblom May 20, 2024 22:50
@@ -101,33 +102,32 @@ public void testValidRequestWithNoAssertions() {
assertTrue(response.getStatusCode().is2xxSuccessful());
String output = response.getBody();
Copy link
Member

Choose a reason for hiding this comment

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

Add "assertNotNull(output);" to avoid the warning about the NullPointerException.

@@ -170,24 +170,23 @@ public void testCSVDemoContest() {
ResponseEntity<String> response = restTemplate.postForEntity(url, request, String.class);
String output = response.getBody();
Copy link
Member

Choose a reason for hiding this comment

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

Add "assertNotNull(output);" to avoid warning about NullPointerException.

@michelleblom michelleblom self-requested a review May 21, 2024 05:43
@michelleblom michelleblom merged commit 3537bce into main May 21, 2024
1 check passed
@vteague vteague deleted the csvExportRefinement branch May 28, 2024 03:31
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