Skip to content

Comments

[FSSDK-12320] bugfix: PollingConfigManager rejects valid URL-only configuration#497

Merged
FarhanAnjum-opti merged 2 commits intomasterfrom
farhan/FSSDK-12320-bug-fix-pollingconfigmanager
Feb 23, 2026
Merged

[FSSDK-12320] bugfix: PollingConfigManager rejects valid URL-only configuration#497
FarhanAnjum-opti merged 2 commits intomasterfrom
farhan/FSSDK-12320-bug-fix-pollingconfigmanager

Conversation

@FarhanAnjum-opti
Copy link
Contributor

@FarhanAnjum-opti FarhanAnjum-opti commented Feb 19, 2026

Summary

The PollingConfigManager.__init__ method has a validation check that requires sdk_key to be non-None. So when a user initializes PollingConfigManager with url only an error is raised.

The expectation is user should be able to initialize PollingConfigManager with any one of datafile, sdk or url.

Test plan

  • Unit tests added
  • All existing tests must pass

Issues

FSSDK-12320

Copy link
Contributor

@Mat001 Mat001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@FarhanAnjum-opti FarhanAnjum-opti merged commit da4caeb into master Feb 23, 2026
16 checks passed
@FarhanAnjum-opti FarhanAnjum-opti deleted the farhan/FSSDK-12320-bug-fix-pollingconfigmanager branch February 23, 2026 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants