Skip to content

Commit 7ccbcb4

Browse files
committed
Update CustomMediaTypesSpec.scala
1 parent e3b12b4 commit 7ccbcb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-tests/src/test/scala/org/apache/pekko/http/scaladsl/CustomMediaTypesSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class CustomMediaTypesSpec extends PekkoSpec with ScalaFutures
3434
set.add(MediaTypes.`application/vnd.ms-excel`)
3535
set.add(MediaTypes.`application/vnd.ms-powerpoint`)
3636
set.add(MediaTypes.`application/msword`)
37-
set.add(MediaType.customBinary("application", "x-Akka-TEST", MediaType.NotCompressible))
37+
set.add(MediaType.customBinary("application", "x-Pekko-TEST", MediaType.NotCompressible))
3838

3939
set.contains(MediaType.parse("application/msword").right.get) should ===(true)
4040
set.contains(MediaType.parse("application/MsWord").right.get) should ===(true)

0 commit comments

Comments
 (0)