Skip to content

Commit

Permalink
Refetching.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdegges committed Mar 24, 2016
1 parent be888bb commit e5a95d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/live/test_id_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def test_id_site_attributes_can_be_written(self):
id_site.session_cookie_persistent = True

id_site.save()
id_site = self.client.tenant.id_sites[0]

self.assertEqual(id_site.key, 'hi')
self.assertEqual(id_site.domain_name, 'test.hi.com')
Expand Down

0 comments on commit e5a95d1

Please sign in to comment.