Skip to content

Commit

Permalink
fix missing test response setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed May 8, 2024
1 parent 13e7e68 commit 09bc19e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rulesets_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,9 @@ func TestGetRuleset_SetConfig(t *testing.T) {
"server_side_excludes":true,
"ssl":"off",
"sxg":true,
"hotlink_protection":true
"hotlink_protection":true,
"fonts":true,
"disable_rum":true
},
"description": "Set all available config rules in one rule",
"last_updated": "2020-12-18T09:28:09.655749Z",
Expand Down

0 comments on commit 09bc19e

Please sign in to comment.