diff --git a/rowers/tests/test_urls.py b/rowers/tests/test_urls.py
index d589c0e1..0da636b5 100644
--- a/rowers/tests/test_urls.py
+++ b/rowers/tests/test_urls.py
@@ -315,7 +315,7 @@ class URLTests(TestCase):
for u in urls:
if u not in tested and 'rowers' in u and 'http' not in u and 'authorize' not in u and 'import' not in u and 'logout' not in u:
response = self.c.get(u)
- if response.status_code != 200:
+ if response.status_code not in [200,302]:
print len(tested)
print url
print u
diff --git a/rowers/tests/testdata/testdata.csv.gz b/rowers/tests/testdata/testdata.csv.gz
index 557cb816..517a0040 100644
Binary files a/rowers/tests/testdata/testdata.csv.gz and b/rowers/tests/testdata/testdata.csv.gz differ
diff --git a/rowers/tests/testdata/testdata.tcx b/rowers/tests/testdata/testdata.tcx
index 4b1b7907..341bce49 100644
--- a/rowers/tests/testdata/testdata.tcx
+++ b/rowers/tests/testdata/testdata.tcx
@@ -2502,7 +2502,7 @@
- <Element 'Notes' at 0x1499d4e0>
+ <Element 'Notes' at 0x134f79e8>