Skip to content

Commit

Permalink
feat: change comment
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe committed Apr 17, 2024
1 parent 21f73c6 commit 544083e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ describe('workspace_id_consumer integration test', () => {
)
.expect(404);

// Advanced settings should not be found within workspace
// Advanced settings should not be created within workspace
const findAdvancedSettings = await osdTestServer.request
.get(root, `/w/${createdFooWorkspace.id}/api/saved_objects/_find?type=config`)
.expect(200);
Expand Down

0 comments on commit 544083e

Please sign in to comment.