Update src/snapshot-generator.test.ts
Co-authored-by: Mitchell Rysavy <[email protected]>
This commit is contained in:
co-authored by
Mitchell Rysavy
parent
967455e178
commit
73d9d97f9f
@@ -74,6 +74,9 @@ describe('snapshot-generator', () => {
|
|||||||
const mavenSettingsFile = getMavenSettingsFile();
|
const mavenSettingsFile = getMavenSettingsFile();
|
||||||
const snapshotConfig = {
|
const snapshotConfig = {
|
||||||
correlator: 'configCorrelator',
|
correlator: 'configCorrelator',
|
||||||
|
job: {
|
||||||
|
correlator: 'jobCorrelator'
|
||||||
|
}
|
||||||
};
|
};
|
||||||
const snapshot = await generateSnapshot(projectDir, undefined, snapshotConfig);
|
const snapshot = await generateSnapshot(projectDir, undefined, snapshotConfig);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user