From 763bfca791b812354f47483f7bb9fdf296f5fe70 Mon Sep 17 00:00:00 2001 From: nguyentrungthat <80239428+nguentrungthat@users.noreply.github.com> Date: Mon, 23 Feb 2026 14:33:22 +0700 Subject: [PATCH] Update line_connection.ts --- BACKEND/app/services/line_connection.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BACKEND/app/services/line_connection.ts b/BACKEND/app/services/line_connection.ts index c9d1ee8..77f9b99 100644 --- a/BACKEND/app/services/line_connection.ts +++ b/BACKEND/app/services/line_connection.ts @@ -601,6 +601,8 @@ export default class LineConnection { snapPhysical: this.physicalTest, } this.debounceSendSummaryReport = setTimeout(() => { + this.config.listFeatureTested = ['DPELP', 'PHYSICAL'] + this.sendFeatureTested() this.sendReportSummary(snapshot) }, 600000) // 10p debounce