Skip to content

Commit f935b40

Browse files
GSMPraneeth-candelagoyalsaurabh06
authored andcommitted
lf_interop_real_browser_test.py: Modified data saving in csv for endpoint changes
We store entire response when cx exists and only the keys when missing VERIFIED CLI: python3 lf_interop_real_browser_test.py --mgr 192.168.207.78 --url "https://google.com" --duration 1m --debug --upstream_port 1.1.eth1 --device_list 1.10 Signed-off-by: GSMPraneeth-candela <praneeth.gude@candelatech.com>
1 parent f61a169 commit f935b40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py-scripts/real_application_tests/real_browser/lf_interop_real_browser_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@ def get_keys(resp):
14001400
gen_endp,
14011401
current_status,
14021402
url,
1403-
keys
1403+
keys if current_status == "Not Found / Deleted" else generic_endpoint.get("endpoint", {})
14041404
]
14051405
)
14061406

0 commit comments

Comments
 (0)