feat(source/min-ttl): added min-ttl support

Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
This commit is contained in:
Ivan Ka 2025-07-11 16:38:39 +01:00 committed by GitHub
parent 2d9385fdbd
commit e65e233387
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -993,9 +993,9 @@ func TestEndpoint_WithMinTTL(t *testing.T) {
},
{
name: "does not set when input is zero",
initialTTL: 0,
initialTTL: 30,
inputTTL: 0,
expectedTTL: 0,
expectedTTL: 30,
},
{
name: "does not set when input is negative",