From e5872059817733a618f97ec3517d6c4927045e9f Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Mon, 16 Oct 2023 11:31:49 -0400 Subject: [PATCH] Update broken snapshots Signed-off-by: Andrew W. Harn --- .../__snapshots__/BasicProfileManager.save.unit.test.ts.snap | 2 +- .../BasicProfileManager.validate.unit.test.ts.snap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/imperative/src/profiles/__tests__/__snapshots__/BasicProfileManager.save.unit.test.ts.snap b/packages/imperative/src/profiles/__tests__/__snapshots__/BasicProfileManager.save.unit.test.ts.snap index bdd9d9b307..950e4aadfa 100644 --- a/packages/imperative/src/profiles/__tests__/__snapshots__/BasicProfileManager.save.unit.test.ts.snap +++ b/packages/imperative/src/profiles/__tests__/__snapshots__/BasicProfileManager.save.unit.test.ts.snap @@ -61,7 +61,7 @@ exports[`Basic Profile Manager Save should detect that the dependencies are pres exports[`Basic Profile Manager Save should fail a save request if a profile has more properties than defined on the schema 1`] = ` "Errors located in profile \\"tasty_apple\\" of type \\"apple\\": -profile additionalProperty \\"seedless\\" exists in instance when not allowed +profile is not allowed to have the additional property \\"seedless\\" " `; diff --git a/packages/imperative/src/profiles/__tests__/__snapshots__/BasicProfileManager.validate.unit.test.ts.snap b/packages/imperative/src/profiles/__tests__/__snapshots__/BasicProfileManager.validate.unit.test.ts.snap index 5d2a6372ff..0b4000e40e 100644 --- a/packages/imperative/src/profiles/__tests__/__snapshots__/BasicProfileManager.validate.unit.test.ts.snap +++ b/packages/imperative/src/profiles/__tests__/__snapshots__/BasicProfileManager.validate.unit.test.ts.snap @@ -35,7 +35,7 @@ exports[`Basic Profile Manager Validate should detect undefined parms 1`] = `"Ex exports[`Basic Profile Manager Validate should fail a save request if a profile has more properties than defined on the schema 1`] = ` "Errors located in profile \\"good_apple\\" of type \\"apple\\": -profile additionalProperty \\"seedless\\" exists in instance when not allowed +profile is not allowed to have the additional property \\"seedless\\" " `;