Skip to content

Commit 2a3a375

Browse files
enable test by removing skipUnlessAfterDate
1 parent 153d67e commit 2a3a375

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

agent_token_integration_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ package tfe
66
import (
77
"context"
88
"testing"
9-
"time"
109

1110
"github.com/stretchr/testify/assert"
1211
"github.com/stretchr/testify/require"
1312
)
1413

1514
func TestAgentTokensList(t *testing.T) {
1615
skipIfEnterprise(t)
17-
skipUnlessAfterDate(t, time.Date(2025, 5, 28, 0, 0, 0, 0, time.UTC))
1816

1917
client := testClient(t)
2018
ctx := context.Background()

0 commit comments

Comments
 (0)