Skip to content

Commit

Permalink
Merge pull request #210 from airclovis/fix-linter
Browse files Browse the repository at this point in the history
fix: Update test to pass linter rules
  • Loading branch information
qfritz authored Aug 20, 2024
2 parents bb3c0ac + 28bc822 commit 12fa26b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/app/servicequotas/servicequotas_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}
Expand Down

0 comments on commit 12fa26b

Please sign in to comment.