Skip to content

Commit

Permalink
change test label from API to routes
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddharthMantri committed Aug 29, 2023
1 parent 8ea4765 commit 4cedff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/spaces/public/plugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('Spaces plugin', () => {
);
});

it('should not register the spaces API and the space selector app when buildFlavor is serverless', () => {
it('should not register the spaces routes and the space selector app when buildFlavor is serverless', () => {
const coreSetup = coreMock.createSetup();

const plugin = new SpacesPlugin(coreMock.createPluginInitializerContext());
Expand Down

0 comments on commit 4cedff5

Please sign in to comment.