mirror of
https://github.com/miniflux/v2.git
synced 2025-08-31 18:31:01 +00:00
fix(config): FORCE_REFRESH_INTERVAL duration should be in minutes
Regression introduced in commit c6536e8
This commit is contained in:
parent
737f25f441
commit
e8f5c2446c
3 changed files with 4 additions and 4 deletions
|
@ -864,7 +864,7 @@ func TestForceRefreshInterval(t *testing.T) {
|
|||
t.Fatalf(`Parsing failure: %v`, err)
|
||||
}
|
||||
|
||||
expected := 42 * time.Second
|
||||
expected := 42 * time.Minute
|
||||
result := opts.ForceRefreshInterval()
|
||||
|
||||
if result != expected {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue