Skip to content

Commit 872aeda

Browse files
author
Muhammad Luthfi Fahlevi
committed
refactor: remove unused method
1 parent 9b8cbef commit 872aeda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/e2e_test/helper_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ func (c *Client) makeRequest(method, url string, payload, data interface{}) (err
129129
}
130130
req.Header.Set("Content-Type", "application/json")
131131
req.Header.Set("Accept", "application/json")
132-
req.Header.Set(IDENTITY_HEADER_KEY_UUID, "66c4a009-1ea3-4a91-bd95-79c8d4f5027e")
133132
req.Header.Set(IDENTITY_HEADER_KEY_EMAIL, "[email protected]")
134133

135134
for key, value := range c.headers {

0 commit comments

Comments
 (0)