VIVO-295 Fix the unit test.
I broke it by supporting application/json
This commit is contained in:
parent
d6094eeb50
commit
c77a9786d1
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ public class IndividualRequestAnalyzerTest extends AbstractTestClass {
|
|||
@Test
|
||||
public void redirectFromLinkedDataPathAcceptStrange() {
|
||||
req.setRequestUrl(url(DEFAULT_NAMESPACE + ID_INDIVIDUAL_TEST));
|
||||
req.setHeader("accept", "application/json");
|
||||
req.setHeader("accept", "image/jpg");
|
||||
analyzeIt();
|
||||
assertRdfRedirectRequestInfo(
|
||||
"by linked data path, accept a strange content type",
|
||||
|
|
Loading…
Add table
Reference in a new issue