This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch integte-extern-alarm in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit 1e5a255fc970ec11b82de612a6d9828a78b6b013 Author: tomsun28 <[email protected]> AuthorDate: Sat Jan 11 17:08:45 2025 +0800 [webapp] add alert integration Signed-off-by: tomsun28 <[email protected]> --- .../alert/alert-integration/alert-integration.component.spec.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/web-app/src/app/routes/alert/alert-integration/alert-integration.component.spec.ts b/web-app/src/app/routes/alert/alert-integration/alert-integration.component.spec.ts index 98a9372451..2ab01f8778 100644 --- a/web-app/src/app/routes/alert/alert-integration/alert-integration.component.spec.ts +++ b/web-app/src/app/routes/alert/alert-integration/alert-integration.component.spec.ts @@ -9,9 +9,8 @@ describe('AlertIntegrationComponent', () => { beforeEach(async () => { await TestBed.configureTestingModule({ imports: [AlertIntegrationComponent] - }) - .compileComponents(); - + }).compileComponents(); + fixture = TestBed.createComponent(AlertIntegrationComponent); component = fixture.componentInstance; fixture.detectChanges(); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
