Skip to content

Instantly share code, notes, and snippets.

@bfaist
Created February 22, 2016 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bfaist/a36dc00f8b7fa8baa870 to your computer and use it in GitHub Desktop.
Save bfaist/a36dc00f8b7fa8baa870 to your computer and use it in GitHub Desktop.
Test POST of Audio File
my $audio_asset = Mojo::Asset::File->new(path => './t/test_audio.wav');
my $audio_content = $audio_asset->slurp;
$t = $t->post_ok('/audio' => $audio_content)->status_is(200);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment