refactor: package-own watchdog orchestrator entrypoint
This commit is contained in:
@@ -380,7 +380,7 @@ test('yaml to artifact generation produces validator-compatible package artifact
|
||||
|
||||
assert.equal(artifact.kind, 'DeploymentProfileArtifact');
|
||||
assert.equal(artifact.metadata.source_profile, 'profiles/demo.yaml');
|
||||
assert.equal(artifact.spec.bindings.entrypoint, 'scripts/watchdog_auto_notify_orchestrator.mjs');
|
||||
assert.equal(artifact.spec.bindings.entrypoint, 'plugins/reporting-governance/scripts/watchdog_auto_notify_orchestrator.mjs');
|
||||
assert.doesNotThrow(() => validateDeploymentProfileArtifact(artifact));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user