api/admin: Reenable AdminApiReencrypt tests, fix enterprise version of the test. (#105462)

* Reenable tests. Fix access to "key" column when using mysql.
This commit is contained in:
Peter Štibraný
2025-05-15 16:25:30 +02:00
committed by GitHub
parent b77bf98890
commit 7d0f73058b
2 changed files with 7 additions and 5 deletions
@@ -36,8 +36,6 @@ func TestMain(m *testing.M) {
}
func TestIntegration_AdminApiReencrypt(t *testing.T) {
t.Skip("This test is currently broken, investigating...")
const (
dataSourceTable = "data_source"
secretsTable = "secrets"