Skip to content

Commit

Permalink
Tests: fixup: update test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Aug 31, 2024
1 parent 705f891 commit 37f301c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api_proposals.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_clearing_video_url(client, app, db, proposal):
assert rv.status_code == 200

proposal = Proposal.query.get(proposal.id)
assert proposal.youtube_url == ""
assert proposal.youtube_url is None


def test_rejects_disallowed_attributes(client, app, proposal):
Expand Down

0 comments on commit 37f301c

Please sign in to comment.