Skip to content

Commit ede8978

Browse files
authored
Merge pull request #177 from codacy/update-error-message
docs: Update NotFound error message
2 parents e406a72 + 7e70b45 commit ede8978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/com/codacy/rules/ReportRules.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class ReportRules(coverageServices: => CoverageServices) extends StrictLogging {
234234
*/
235235
private[rules] def handleFailedResponse(response: FailedResponse): String = {
236236
if (response.message.contains("not found")) {
237-
"""Request URL not found. (Check if the project token or the API base URL are valid)"""
237+
"Request URL not found. (Check if the token you are using or the API base URL are valid)"
238238
} else {
239239
response.message
240240
}

0 commit comments

Comments
 (0)