mirror of
https://github.com/1Password/load-secrets-action.git
synced 2026-06-21 14:23:48 +00:00
Remove unrequired test
This commit is contained in:
@@ -77,17 +77,6 @@ describe("loadSecretsFromSDK", () => {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("masks the integration key and strips its base64 padding", async () => {
|
|
||||||
await loadSecretsFromSDK(
|
|
||||||
workloadId,
|
|
||||||
environmentId,
|
|
||||||
"integration-key==",
|
|
||||||
false,
|
|
||||||
);
|
|
||||||
|
|
||||||
expect(core.setSecret).toHaveBeenCalledWith("integration-key");
|
|
||||||
});
|
|
||||||
|
|
||||||
describe("when secret value is empty string", () => {
|
describe("when secret value is empty string", () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
mockGetVariables.mockResolvedValue({
|
mockGetVariables.mockResolvedValue({
|
||||||
|
|||||||
Reference in New Issue
Block a user