summaryrefslogtreecommitdiffstats
path: root/tests/monitor/testcases/object.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/monitor/testcases/object.t')
-rw-r--r--tests/monitor/testcases/object.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/monitor/testcases/object.t b/tests/monitor/testcases/object.t
index dacfed29..2afe33c8 100644
--- a/tests/monitor/testcases/object.t
+++ b/tests/monitor/testcases/object.t
@@ -37,7 +37,7 @@ I delete ct helper ip t cth
O -
J {"delete": {"ct helper": {"family": "ip", "name": "cth", "table": "t", "handle": 0, "type": "sip", "protocol": "tcp", "l3proto": "ip"}}}
-I add ct timeout ip t ctt { protocol udp; l3proto ip; policy = { unreplied: 15, replied: 12 }; }
+I add ct timeout ip t ctt { protocol udp; l3proto ip; policy = { unreplied : 15, replied : 12 }; }
O -
J {"add": {"ct timeout": {"family": "ip", "name": "ctt", "table": "t", "handle": 0, "protocol": "udp", "l3proto": "ip", "policy": {"unreplied": 15, "replied": 12}}}}