Remove unrequired test

This commit is contained in:
Jill Regan
2026-06-17 11:06:07 -04:00
parent 94f19656f9
commit 98b0c44840
-11
View File
@@ -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({