Skip to content

Commit

Permalink
Merge pull request #124 from Bandwidth/SWI-6496
Browse files Browse the repository at this point in the history
SWI-6496 Fix Media Tests
  • Loading branch information
ajrice6713 authored Nov 5, 2024
2 parents da9054e + f9127ee commit f74921c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bandwidth.Standard.Test/Smoke/MediaIntegrationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public MediaSmokeTests()
{
accountId = Environment.GetEnvironmentVariable("BW_ACCOUNT_ID");
testContentType = "image/jpeg";
testMediaId = $"test-media-id-{Guid.NewGuid()}";
testMediaId = $"test-media-id-{Guid.NewGuid()}.jpg";

// Authorized API Client
fakeConfiguration = new Configuration();
Expand Down

0 comments on commit f74921c

Please sign in to comment.