Skip to content

Commit bd1e329

Browse files
committed
[SQUASH] Fix tests due to StupidErikException
1 parent f234c5e commit bd1e329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cli/client_ratelimit_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func TestClientRateLimitSettings(t *testing.T) {
129129
}
130130

131131
func TestClientRateLimitDisabledViaEnv(t *testing.T) {
132-
skipIfDisabled(t)
132+
t.Setenv("PORT_RATE_LIMIT_DISABLED", "1")
133133

134134
server := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
135135
w.Header().Set("x-ratelimit-limit", "1000")

0 commit comments

Comments
 (0)