Skip to content

Commit 800ccff

Browse files
committed
signed commit
1 parent dc59bcc commit 800ccff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/monitor_services_token_creation_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ func TestMonitorServicesTokenCreation_Get_smoke(t *testing.T) {
2323
t.Errorf("Error listing Databases, expected struct, got error %v", err)
2424
}
2525

26-
// Extract IDs from dbs
2726
var entityIDs []int
2827
for _, db := range dbs {
2928
entityIDs = append(entityIDs, db.ID)

0 commit comments

Comments
 (0)