Skip to content

Commit

Permalink
drop flaky assertion in AppTest.test_social_user_page_mf2
Browse files Browse the repository at this point in the history
fixes #630
  • Loading branch information
snarfed committed Mar 24, 2016
1 parent 35331f3 commit 9cddf6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions test/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,6 @@ def test_social_user_page_mf2(self):
props = publish['properties']
self.assertEquals([self.publishes[0].key.parent().id()], props['url'])
self.assertEquals([self.publishes[0].status], props['bridgy-status'])
self.assertEquals([self.publishes[0].updated.replace(microsecond=0).isoformat()],
props['updated'])

def test_user_page_private_twitter(self):
auth_entity = TwitterAuth(
Expand Down
2 changes: 1 addition & 1 deletion test/testutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def setUp(self):

created += datetime.timedelta(hours=1)

# publishs
# publishes
self.publishes = [Publish(
parent=PublishedPage(id='https://post').key,
source=self.sources[0].key,
Expand Down

0 comments on commit 9cddf6d

Please sign in to comment.