From 872aedab02d0a12f37eba8b6155e804215f50146 Mon Sep 17 00:00:00 2001 From: Muhammad Luthfi Fahlevi Date: Thu, 14 Nov 2024 16:17:34 +0700 Subject: [PATCH] refactor: remove unused method --- test/e2e_test/helper_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/e2e_test/helper_test.go b/test/e2e_test/helper_test.go index 16eefaaa..6e1296e9 100644 --- a/test/e2e_test/helper_test.go +++ b/test/e2e_test/helper_test.go @@ -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, "compassendtoendtest@gotocompany.com") for key, value := range c.headers {