Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdettmannnava committed Dec 3, 2024
1 parent 6c026ba commit 56e34b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/api-waf-sync/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

func TestGetAuthData(t *testing.T) {
ipAddressColumns := []string{"ip_address"}
ipAddressQuery := "SELECT ip_address FROM ip_addresses"
ipAddressQuery := "SELECT DISTINCT ip_address FROM ip_addresses"
oricreateConnection := createConnection
db, mock, err := sqlmock.New()
mockCreateConnection(db)
Expand Down

0 comments on commit 56e34b2

Please sign in to comment.