Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRyanSmith committed Jan 13, 2025
1 parent c70055f commit 0b42073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internals/notifier_helpers_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ActivityTest(testing_config.CustomTestCase):

def setUp(self):
self.feature_1 = FeatureEntry(
name='feature a', summary='sum', category=1,
id=111, name='feature a', summary='sum', category=1,
owner_emails=['[email protected]'])
self.feature_1.put()
self.feature_id = self.feature_1.key.integer_id()
Expand Down Expand Up @@ -122,7 +122,7 @@ def test_vote_changes_activities__needs_work_note(self, mock_task_helpers):
Vote.NEEDS_WORK, Vote.NA)

prop_change = {
'prop_name': 'API Owners review status http://127.0.0.1:7777/feature/2925?gate=123',
'prop_name': 'API Owners review status http://127.0.0.1:7777/feature/111?gate=123',
'old_val': 'na',
'new_val': 'needs_work',
'note': 'Feature owners must press the "Re-request review" button after requested changes have been completed.',
Expand Down

0 comments on commit 0b42073

Please sign in to comment.