Skip to content

Commit

Permalink
add mock test
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun Rathore committed Nov 4, 2024
1 parent 758d6e4 commit 10dc901
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 70 deletions.
1 change: 0 additions & 1 deletion firebase_admin/remote_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ def evaluate(self, context: Optional[Dict[str, Union[str, int]]] = None) -> 'Ser
ValueError: If the input arguments are invalid.
"""
# Logic to process the cached template into a ServerConfig here.
# TODO: Add Condition evaluator.
if not self._cache:
raise ValueError("""No Remote Config Server template in cache.
Call load() before calling evaluate().""")
Expand Down
Loading

0 comments on commit 10dc901

Please sign in to comment.