Skip to content

Commit

Permalink
Remove old test
Browse files Browse the repository at this point in the history
  • Loading branch information
spartan0x117 committed Nov 7, 2023
1 parent 2f88f84 commit 5b69962
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions component/remote/http/http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,17 +117,6 @@ func TestUnmarshalValidation(t *testing.T) {
`,
`poll_frequency must be greater than 0`,
},
{
"MaxCacheAge and PollFrequency",
`
url = "http://example.com"
poll_frequency = "1m"
fallback_cache {
enabled = true
max_age = "10s"
}`,
`fallback_cache.max_age must be 0 (unlimited) or greater than or equal to poll_frequency`,
},
}
for _, tt := range tests {
t.Run(tt.testname, func(t *testing.T) {
Expand Down

0 comments on commit 5b69962

Please sign in to comment.