Skip to content

Commit

Permalink
Correct describe block title
Browse files Browse the repository at this point in the history
Co-authored-by: Sergi Romeu <sergi.romeu@elastic.co>
  • Loading branch information
miloszmarcinkowski and rmyz authored Nov 13, 2024
1 parent 8f8ef6c commit ec4c5cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import { DeploymentAgnosticFtrProviderContext } from '../../../../ftr_provider_context';

export default function ({ loadTestFile }: DeploymentAgnosticFtrProviderContext) {
describe('agent_explorer', () => {
describe('service_nodes', () => {
loadTestFile(require.resolve('./get_service_nodes.spec.ts'));
});
}

0 comments on commit ec4c5cc

Please sign in to comment.