Skip to content

Commit

Permalink
fix caddy plugin test
Browse files Browse the repository at this point in the history
  • Loading branch information
nickalie committed Dec 10, 2024
1 parent 41c3260 commit c93c799
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/caddy/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,8 @@ func TestConfig_UnmarshalCaddyfile(t *testing.T) {
Group: "mygroup",
SessionDuration: &oneMinute,
Blocking: &caddy.BlockingConfiguration{
Timeout: &oneMinute,
Timeout: &oneMinute,
RefreshFrequency: &oneMinute,
},
},
wantErr: false,
Expand Down

0 comments on commit c93c799

Please sign in to comment.