Identity: Add read-only identity apiserver (#90418)

This commit is contained in:
Ryan McKinley
2024-07-26 17:09:08 +03:00
committed by GitHub
parent be7b1ce2df
commit ec6c6bd6c3
36 changed files with 1764 additions and 269 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
package playlist
package peakq
import (
"encoding/json"
@@ -16,7 +16,7 @@ func TestMain(m *testing.M) {
testsuite.Run(m)
}
func TestIntegrationFoldersApp(t *testing.T) {
func TestIntegrationPeakQ(t *testing.T) {
if testing.Short() {
t.Skip("skipping integration test")
}