mirror of
https://github.com/1Password/load-secrets-action.git
synced 2026-06-21 22:29:19 +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", () => {
|
||||
beforeEach(() => {
|
||||
mockGetVariables.mockResolvedValue({
|
||||
|
||||
Reference in New Issue
Block a user