-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
DanielRyanSmith
committed
Jan 13, 2025
1 parent
c70055f
commit 0b42073
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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() | ||
|
@@ -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.', | ||
|