Skip to content

Commit

Permalink
Adapt test to include MappingJackson2CborHttpMessageConverter
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed May 2, 2024
1 parent a6bd461 commit 6bf9eb1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2023 the original author or authors.
* Copyright 2012-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -146,7 +146,7 @@ protected List<HttpMessageConverter<?>> postProcessPartConverters(
}
assertThat(converterClasses).containsExactly(ByteArrayHttpMessageConverter.class,
StringHttpMessageConverter.class, ResourceHttpMessageConverter.class,
MappingJackson2HttpMessageConverter.class);
MappingJackson2HttpMessageConverter.class, MappingJackson2CborHttpMessageConverter.class);
}

private List<HttpMessageConverter<?>> extractFormPartConverters(List<HttpMessageConverter<?>> converters) {
Expand Down

0 comments on commit 6bf9eb1

Please sign in to comment.