Skip to content

Commit

Permalink
EPMRPP-90612 || Error in UAT logs when there is no GitHub integration
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski committed Jul 12, 2024
1 parent 2f744f8 commit dc29955
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public ResponseEntity<?> getOauthIntegrationById(String oauthProviderId) {
} else {
return new ResponseEntity<>(new ReportPortalException(ErrorType.AUTH_INTEGRATION_NOT_FOUND,
Suppliers.formattedSupplier("Oauth settings with id = {} have not been found.",
oauthProviderId).get()), HttpStatus.NOT_FOUND);
oauthProviderId).get()).getMessage(), HttpStatus.NOT_FOUND);
}
}
}

0 comments on commit dc29955

Please sign in to comment.