Skip to content

Commit

Permalink
test: Test testmon by changing the environment model
Browse files Browse the repository at this point in the history
  • Loading branch information
novakzaballa committed Oct 24, 2023
1 parent e679930 commit 99836da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/environments/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def create_feature_states(self):
if self.project.prevent_flag_defaults
else feature.default_enabled,
)
print("This is a test change done only to test testmon") # TODO: Remove

@hook(AFTER_UPDATE)
def clear_environment_cache(self):
Expand Down

0 comments on commit 99836da

Please sign in to comment.