Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahzinger committed Oct 11, 2023
1 parent f291b54 commit 06a49fe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkg/athena/routes/routes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,11 @@ func TestRoutes(t *testing.T) {
expectedCode: http.StatusBadRequest,
},
{
description: "externalId",
route: "/externalId",
reqBody: []byte{},
expectedCode: http.StatusOK,
description: "externalId",
route: "/externalId",
reqBody: []byte{},
expectedCode: http.StatusOK,
expectedResult: `{"externalId":""}`,
},
}
for _, tt := range tests {
Expand Down

0 comments on commit 06a49fe

Please sign in to comment.