Skip to content

Commit

Permalink
NMS-16987, changes to fix smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
smunir-onms committed Jan 22, 2025
1 parent 71824b9 commit 1b7b298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ private String getCSVFileAsBase64() {
} catch (IOException e) {
LOG.error("An error occurred while reading the file or converting to Base64.", e);
}
return null;
return "";
}

private boolean isContainerized() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"key": "loginsLast60Days",
"name": "CSV output of Login events for the last 60 days",
"description": "CSV output containing the date, username login events for the last 60 days",
"datatype": "file|csv"
"datatype": "string"
},
{
"key": "applianceCounts",
Expand Down

0 comments on commit 1b7b298

Please sign in to comment.