Skip to content

Commit

Permalink
grpc call success
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-crespo-fdc committed Oct 17, 2024
1 parent 61ba666 commit d0b37b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func TestHandleCommitDeployments(t *testing.T) {
inputTail: "123456/",
failGrpcCall: false,
expectedStatusCode: http.StatusOK,
expectedResponse: "{\"deploymentStatus\":{\"app1\":{\"deploymentStatus\":{\"dev\":\"DEPLOYED\",\"prod\":\"UNKNOWN\",\"stage\":\"PENDING\"}}}}\n",
expectedResponse: "{\"deploymentStatus\":{\"app1\":{\"deploymentStatus\":{\"dev\":\"DEPLOYED\", \"prod\":\"UNKNOWN\", \"stage\":\"PENDING\"}}}}\n",
},
}
for _, tc := range tcs {
Expand Down

0 comments on commit d0b37b7

Please sign in to comment.