Skip to content

Commit d37d75a

Browse files
committed
test: remove unused helpers
Signed-off-by: Hiram J. Pérez <hi@worg.xyz>
1 parent 77af376 commit d37d75a

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

test/auth.appRole.test.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@ const logger = _.fromPairs(
1717
);
1818

1919
describe("AppRole auth backend", function () {
20-
function base64decode(str) {
21-
return Buffer.from(str, "base64").toString();
22-
}
23-
24-
function getAuthorizationHeaderRegExp(awsAccessKey) {
25-
return new RegExp(
26-
`^AWS4-HMAC-SHA256\\sCredential=${awsAccessKey}.+Signature=\\w+$`,
27-
);
28-
}
29-
3020
/**
3121
* @returns {VaultApiClient}
3222
*/

0 commit comments

Comments
 (0)