Skip to content
This repository has been archived by the owner on Apr 14, 2019. It is now read-only.

Commit

Permalink
Use CSD 460A data for referendum test
Browse files Browse the repository at this point in the history
I'm not sure if this change makes any sense, but these tests were
relying on some data that didn't exist in wherever the COS data comes
from. Updating this to the CSD data makes these tests pass ¯\_(ツ)_/¯
  • Loading branch information
tdooner committed Aug 20, 2016
1 parent 7d21bfe commit 7194b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disclosure/tests/test_api_supporting_opposing.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from finance.models import Beneficiary


@with_form460A_data(test_agency='COS', test_year='2015')
@with_form460A_data(test_agency='CSD', test_year='2015')
class OpposingTests(APITestCase):

def do_the_thing_for_candidates(self, support):
Expand Down

0 comments on commit 7194b1d

Please sign in to comment.