From 5014a4ffcfdca9a08cb172036e709c3fd93ac3d5 Mon Sep 17 00:00:00 2001 From: efiacor Date: Tue, 14 Mar 2023 18:19:10 +0000 Subject: [ROBOT] Clean up 5gbulkpm Signed-off-by: efiacor Change-Id: I4656d05892fa16dfe4ac05a096140fd9d8a511ee Issue-ID: OOM-3100 --- robot/assets/templates/dfc/notification.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robot/assets/templates/dfc/notification.jinja') diff --git a/robot/assets/templates/dfc/notification.jinja b/robot/assets/templates/dfc/notification.jinja index 83396c29..0c28c277 100644 --- a/robot/assets/templates/dfc/notification.jinja +++ b/robot/assets/templates/dfc/notification.jinja @@ -22,7 +22,7 @@ { "name": "{{pm_file}}", "hashMap": { - "location": "https://{{https_server_host}}:443/{{pm_file}}", + "location": "http://{{https_server_host}}:8080/{{pm_file}}", "compression": "gzip", "fileFormatType": "{{fileFormatType}}", "fileFormatVersion": "{{fileFormatVersion}}" -- cgit 1.2.3-korg