Skip to content

Commit

Permalink
Merge branch 'main' into release-2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscalhoun1974 committed Feb 2, 2023
2 parents 9b99b47 + 82330c8 commit d1aba02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion clients/privacy-center/types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export type Config = {
title: string;
description: string;
identity_inputs?: Record<string, string>;
policy_key: string;
policy_key?: string;
consentOptions: ConfigConsentOption[];
};
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ async def test_firebase_auth_access_request(
assert "photo_url" not in provider_data[1].keys()


@pytest.mark.integration_saas
@pytest.mark.integration_firebase_auth
@pytest.mark.asyncio
@pytest.mark.usefixtures("firebase_auth_user")
Expand Down

0 comments on commit d1aba02

Please sign in to comment.