Skip to content

Commit f9127ee

Browse files
committed
SWI-6496 Fix Media Tests
1 parent da9054e commit f9127ee

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)