Skip to content

Commit

Permalink
Fixed unit tests after changes in 'on_field_data' handlers function
Browse files Browse the repository at this point in the history
  • Loading branch information
tymuraheiev committed Feb 6, 2025
1 parent 8ec9bf9 commit 0aa091b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/test_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def test_on_field_data_cache(self):
name="mysecret",
uid="mysecretuid",
logger=self.logger,
reason="update",
)

# New data should be in the cache.
Expand Down Expand Up @@ -99,6 +100,7 @@ def test_on_field_data_sync(self):
name="mysecret",
uid="mysecretuid",
logger=self.logger,
reason="update",
)

# Namespaced secret should be updated.
Expand Down Expand Up @@ -226,6 +228,7 @@ def read_namespace(name, **kwargs):
name="mysecret",
uid="mysecretuid",
logger=self.logger,
reason="update",
)

# Namespaced secret should be updated with the new data.
Expand Down

0 comments on commit 0aa091b

Please sign in to comment.