Skip to content

Commit

Permalink
fix(notification-service): added acceptance test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh-bansal-2136 committed Aug 18, 2021
1 parent 37b37b0 commit 8b65127
Show file tree
Hide file tree
Showing 22 changed files with 12,346 additions and 68 deletions.
8 changes: 7 additions & 1 deletion packages/core/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@
"ENOENT": " no such file or directory, open '/home/samarpan/projects/loopback/loopback4-microservice-catalog/services/authentication-service/public/index.html'",
"The key 'sf.clientAuthentication.currentClient' is not bound to any value in context RequestContext-yWsyEvu3TeGuly75aFbRdg-13 (context": " RequestContext-yWsyEvu3TeGuly75aFbRdg-13, binding: sf.clientAuthentication.currentClient, resolutionPath: controllers.LoginController --> @LoginController.constructor[0])",
"Client Invalid": "Client Invalid",
"host is required": "host is required"
"host is required": "host is required",
"EntityNotFound": "EntityNotFound",
"Entity not found": " notifications with id \"undefined\"",
"Required parameter pubnubToken is missing!": "Required parameter pubnubToken is missing!",
"Pubnub Config missing !": "Pubnub Config missing !",
"this.kvModelClass.get is not a function": "this.kvModelClass.get is not a function",
"this.kvModelClass.set is not a function": "this.kvModelClass.set is not a function"
}
11,138 changes: 11,138 additions & 0 deletions services/chat-service/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

Loading

0 comments on commit 8b65127

Please sign in to comment.