Skip to content

Commit

Permalink
refactor: remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Luthfi Fahlevi committed Nov 14, 2024
1 parent 9b8cbef commit 872aeda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e_test/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ func (c *Client) makeRequest(method, url string, payload, data interface{}) (err
}
req.Header.Set("Content-Type", "application/json")
req.Header.Set("Accept", "application/json")
req.Header.Set(IDENTITY_HEADER_KEY_UUID, "66c4a009-1ea3-4a91-bd95-79c8d4f5027e")
req.Header.Set(IDENTITY_HEADER_KEY_EMAIL, "[email protected]")

for key, value := range c.headers {
Expand Down

0 comments on commit 872aeda

Please sign in to comment.