Skip to content

Commit

Permalink
updating yml unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrdyn committed Aug 3, 2023
1 parent 8ba419c commit d1c8ead
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
* 2.0.
*/

import { v4 as uuidv4 } from 'uuid';
import { generateSystemLogsYml } from './generate_system_logs_yml';

const baseMockConfig = {
namespace: 'default',
apiKey: 'elastic:changeme',
esHost: ['http://localhost:9200'],
uuid: uuidv4(),
uuid: '8df0ff52-6f3b-4b5a-a2da-f06c55d111d1',
};

describe('generateSystemLogsYml', () => {
Expand Down

0 comments on commit d1c8ead

Please sign in to comment.