From 28bc822c1f518d820db5609cb937bff1e87b8c7b Mon Sep 17 00:00:00 2001 From: Clovis Delarue Date: Tue, 20 Aug 2024 10:41:50 +0200 Subject: [PATCH] fix: Update test to pass linter rules This commit is adding a new line to pass the `wsl` rule of the linter. Signed-off-by: Clovis Delarue --- internal/app/servicequotas/servicequotas_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/app/servicequotas/servicequotas_test.go b/internal/app/servicequotas/servicequotas_test.go index 03459cf..0240647 100644 --- a/internal/app/servicequotas/servicequotas_test.go +++ b/internal/app/servicequotas/servicequotas_test.go @@ -17,6 +17,7 @@ import ( func TestGetRDSQuotas(t *testing.T) { logger := slog.Default() + t.Run("GetRDSQuotasHappyPath", func(t *testing.T) { context := context.TODO() client := mock.ServiceQuotasClient{}