Skip to content

Commit

Permalink
Merge pull request #212 from amichard/historical-data-frontend
Browse files Browse the repository at this point in the history
Removed test code
  • Loading branch information
kuanfandevops authored Apr 11, 2018
2 parents 651ee8d + 7c16f06 commit 65e68dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion backend/api/test_credit_trades.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def test_government_user_add_credit_transfer(self):
# credit transfer with 0 fair market value:
# If the type is 'Sell', Fair Market Value needs to be greater than 0
# or zero dollar reason must be provided
# This tests if we try to submit a 0 dollar credit transaction with no
# This tests if we try to submit a 0 dollar credit transaction with no
# reason
def test_government_user_add_credit_transfer(self):
credit_trade_status, created = CreditTradeStatus.objects.get_or_create(
Expand Down
2 changes: 0 additions & 2 deletions backend/api/viewsets/Organization.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,5 @@ def fuel_suppliers(self, request):
type=OrganizationType.objects.get(type="Part3FuelSupplier")) \
.order_by('lower_name')

print fuel_suppliers

serializer = self.get_serializer(fuel_suppliers, many=True)
return Response(serializer.data)

0 comments on commit 65e68dc

Please sign in to comment.