Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
feat(flags): Enable FeatureFlags for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pixincreate committed Apr 24, 2024
1 parent 0052cc4 commit a0a098a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ public final class FeatureFlags {
@SuppressWarnings("MismatchedQueryAndUpdateOfCollection")
@VisibleForTesting
static final Map<String, Object> FORCED_VALUES = new HashMap<String, Object>() {{
put(AD_HOC_CALLING, Boolean.TRUE);
put(INTERNAL_USER, Boolean.TRUE);
put(STORIES_TEXT_FUNCTIONS, Boolean.TRUE);
}};

/**
Expand Down

0 comments on commit a0a098a

Please sign in to comment.