Skip to content

Commit 243e378

Browse files
Fix syntax
1 parent b19132e commit 243e378

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

t/venom/test_suites/wired_dot1x_eap_peap_firewall_sso_https/04_create_firewall_sso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ testcases:
2020
"type": "{{.firewall_sso.https.type}}",
2121
"username_format": "$pf_username",
2222
"vsys": 1,
23-
"sso_on_accounting": 1,
23+
"sso_on_accounting": 1
2424
}
2525
headers:
2626
"Authorization": "{{.get_login_token.json.result.token}}"

t/venom/test_suites/wired_dot1x_eap_peap_firewall_sso_radius/04_create_firewall_sso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ testcases:
1818
"port": {{.firewall_sso.radius.radius_port}},
1919
"type": "{{.firewall_sso.radius.type}}",
2020
"username_format": "$pf_username",
21-
"sso_on_access_reevaluation": 1,
21+
"sso_on_access_reevaluation": 1
2222
}
2323
headers:
2424
"Authorization": "{{.get_login_token.json.result.token}}"

0 commit comments

Comments
 (0)