chore: AWS Signature Authorization type flow updates (#4311)

Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
Anwarul Islam
2024-08-30 20:58:27 +06:00
committed by GitHub
parent 15efbc887c
commit c2fb6aee3f
8 changed files with 92 additions and 41 deletions

View File

@@ -137,7 +137,7 @@ describe("hopp test [options] <file_path_or_id>", () => {
expect(error).toBeNull();
},
{ timeout: 50000 }
{ timeout: 100000 }
);
test("Persists environment variables set in the pre-request script for consumption in the test script", async () => {
@@ -366,7 +366,7 @@ describe("hopp test [options] <file_path_or_id>", () => {
expect(error).toBeNull();
});
},
{ timeout: 20000 }
{ timeout: 50000 }
);
describe("Request variables", () => {