mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: use any rather than interface{} (#74066)
This commit is contained in:
@@ -154,7 +154,7 @@ func TestIntegrationCreateDatabaseEntityId(t *testing.T) {
|
||||
name string
|
||||
entityType EntityType
|
||||
orgId int64
|
||||
internalId interface{}
|
||||
internalId any
|
||||
expected string
|
||||
}{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user