mirror of
https://github.com/1Password/load-secrets-action.git
synced 2026-06-21 22:29:19 +00:00
rebuild
This commit is contained in:
@@ -78,7 +78,12 @@ describe("loadSecretsFromSDK", () => {
|
||||
});
|
||||
|
||||
it("masks the integration key and strips its base64 padding", async () => {
|
||||
await loadSecretsFromSDK(workloadId, environmentId, "integration-key==", false);
|
||||
await loadSecretsFromSDK(
|
||||
workloadId,
|
||||
environmentId,
|
||||
"integration-key==",
|
||||
false,
|
||||
);
|
||||
|
||||
expect(core.setSecret).toHaveBeenCalledWith("integration-key");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user