Skip to content

Commit

Permalink
refactor: add api timeout in dedup (#1824)
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
  • Loading branch information
Sarthak160 committed Apr 15, 2024
1 parent 2e19aa0 commit 0473f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util.go
Expand Up @@ -89,7 +89,7 @@ func SimulateHTTP(ctx context.Context, tc models.TestCase, testSet string, logge
req.Header = ToHTTPHeader(tc.HTTPReq.Header)
req.ProtoMajor = tc.HTTPReq.ProtoMajor
req.ProtoMinor = tc.HTTPReq.ProtoMinor

req.Header.Set("KEPLOY-TEST-ID", tc.Name)
logger.Debug(fmt.Sprintf("Sending request to user app:%v", req))

// Creating the client and disabling redirects
Expand Down

0 comments on commit 0473f7e

Please sign in to comment.