File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const (
2929 duplicateUserMsg = "A user with that username already exists."
3030 invalidEmailMsg = "Enter a valid email address."
3131 invalidTagMsg = "No nodes matched the provided labels"
32- duplicateIDMsg = "App with this id already exists."
32+ duplicateIDMsg = "Application with this id already exists."
3333 cancellationFailedMsg = "still has applications assigned. Delete or transfer ownership"
3434 duplicateDomainMsg = "Domain is already in use by another application"
3535 duplicateKeyMsg = "Public Key is already in use"
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ func TestErrors(t *testing.T) {
107107 {
108108 res : & http.Response {
109109 StatusCode : 400 ,
110- Body : readCloser (`{"id":["App with this id already exists."]}` ),
110+ Body : readCloser (`{"id":["Application with this id already exists."]}` ),
111111 },
112112 expected : ErrDuplicateApp ,
113113 },
You can’t perform that action at this time.
0 commit comments