Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
update expected url to match change in RSI logo link target (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacdontjelindell committed Jul 23, 2013
1 parent 393f0e6 commit 55587e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_layout.py
Expand Up @@ -43,7 +43,7 @@ def logo_link(self):
self.driver.find_element_by_class_name('brand-logo').click()

# make sure the logo link goes to the right place
expected_url = 'http://runestoneinteractive.org/'
expected_url = '%s/runestone/default/user/login' % self.host
self.assertEqual(self.driver.current_url, expected_url, 'Logo link does not go to'
' the correct location! Expected %s, got %s.' % (
expected_url, self.driver.current_url))
Expand Down

0 comments on commit 55587e5

Please sign in to comment.