Skip to content

Commit f74921c

Browse files
authored
Merge pull request #124 from Bandwidth/SWI-6496
SWI-6496 Fix Media Tests
2 parents da9054e + f9127ee commit f74921c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bandwidth.Standard.Test/Smoke/MediaIntegrationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public MediaSmokeTests()
2828
{
2929
accountId = Environment.GetEnvironmentVariable("BW_ACCOUNT_ID");
3030
testContentType = "image/jpeg";
31-
testMediaId = $"test-media-id-{Guid.NewGuid()}";
31+
testMediaId = $"test-media-id-{Guid.NewGuid()}.jpg";
3232

3333
// Authorized API Client
3434
fakeConfiguration = new Configuration();

0 commit comments

Comments
 (0)