zwoop commented on code in PR #12820:
URL: https://github.com/apache/trafficserver/pull/12820#discussion_r2700603983


##########
tools/hrw4u/tests/test_lsp.py:
##########
@@ -360,10 +360,11 @@ def shared_lsp_client():
 
 
 @pytest.mark.parametrize(
-    "section,prefix,should_allow", [
+    "section,prefix,should_allow",
+    [
         ("SEND_REQUEST", "outbound.req.", True),
-        ("REMAP", "outbound.req.", False),
-        ("SEND_REQUEST", "outbound.resp.", False),
+        ("REMAP", "outbound.req.", True),  # outbound.req. is available in 
REMAP
+        ("SEND_REQUEST", "outbound.resp.", True),  # outbound.resp. is 
available in SEND_REQUEST

Review Comment:
   I think I fixed these.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to