Skip to content

Commit

Permalink
Tests: c3voc: typo fixup.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Sep 2, 2024
1 parent f0ae447 commit 37f8ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api_c3voc.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def test_update_from_youtube_with_correct_url(client, app, db, proposal, valid_a
assert proposal.youtube_url == "https://www.youtube.com/watch"


def test_denies_youtube_update_with_exisiting_url(client, app, db, proposal, valid_auth_headers):
def test_denies_youtube_update_with_existing_url(client, app, db, proposal, valid_auth_headers):
proposal.youtube_url = "https://example.com"
proposal.video_recording_lost = True
db.session.add(proposal)
Expand Down

0 comments on commit 37f8ce4

Please sign in to comment.