Skip to content

Commit

Permalink
Update broken snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
  • Loading branch information
awharn committed Oct 16, 2023
1 parent 00ca6e1 commit e587205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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\\"
"
`;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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\\"
"
`;

Expand Down

0 comments on commit e587205

Please sign in to comment.