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