Update test

This commit is contained in:
bcmmbaga
2026-09-07 22:03:33 +03:00
parent a59ca19397
commit 93fb6971c3
+1 -1
View File
@@ -748,7 +748,7 @@ func TestEmbeddedIdPManager_TokenExchangeGrantDisabledByDefault(t *testing.T) {
manager, err := NewEmbeddedIdPManager(ctx, &EmbeddedIdPConfig{
Enabled: true,
Issuer: "http://localhost:5556/oauth2",
Issuer: "https://example.com/oauth2",
Storage: EmbeddedStorageConfig{
Type: "sqlite3",
Config: EmbeddedStorageTypeConfig{