This commit is contained in:
MohitKS5 2018-03-05 21:57:45 +05:30
commit 26de6e25fc

View file

@ -227,9 +227,9 @@ func validateApplicationService(
return "", &util.JSONResponse{
Code: 401,
JSON: jsonerror.ASExclusive(fmt.Sprintf(
"Supplied username %s did not match any namespaces for application service ID: %s",
username,
matchedApplicationService.ID)),
"Supplied username %s did not match any namespaces for application service ID: %s",
username,
matchedApplicationService.ID)),
}
}