Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2023-02-11 17:33:31 +01:00
parent eaedf30369
commit def98b9a85
4 changed files with 6 additions and 6 deletions

View File

@@ -1164,7 +1164,7 @@ class StravaObjects(DjangoTestCase):
self.assertEqual(response.status_code, 200)
@patch('rowers.integrations.strava.requests.post', side_effect=mocked_requests)
@patch('rowers.integrations.integrations.requests.post', side_effect=mocked_requests)
def test_strava_callback(self, mock_post):
response = self.c.get('/stravacall_back?code=absdef23&scope=read',follow=True)
self.assertEqual(response.status_code, 200)

BIN
rowers/tests/testdata/testdata.tcx.gz vendored Normal file

Binary file not shown.