Skip to content

Commit

Permalink
Merge branch 'main' into iss1467-secrets-commands
Browse files Browse the repository at this point in the history
  • Loading branch information
eamansour authored Oct 31, 2024
2 parents 1423ccc + 372750d commit 54bb55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/users/usersGet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func TestMeInputLoginIdPrintsDetailsOnConsole(t *testing.T) {
server := httptest.NewServer(http.HandlerFunc(func(writer http.ResponseWriter, request *http.Request) {
writer.Header().Set("Content-Type", "application/json")

jsonToReturn := `[{ "login_id": "myUserId" }]`
jsonToReturn := `[{ "login-id": "myUserId" }]`
writer.Write([]byte(jsonToReturn))

}))
Expand Down

0 comments on commit 54bb55a

Please sign in to comment.