diff --git a/src/test/java/org/jabref/logic/importer/fetcher/GoogleScholarTest.java b/src/test/java/org/jabref/logic/importer/fetcher/GoogleScholarTest.java index 0c17f8935c2..7c4be8d3848 100644 --- a/src/test/java/org/jabref/logic/importer/fetcher/GoogleScholarTest.java +++ b/src/test/java/org/jabref/logic/importer/fetcher/GoogleScholarTest.java @@ -51,7 +51,7 @@ void linkFound() throws IOException, FetcherException { @Test @DisabledOnCIServer("CI server is blocked by Google") void noLinkFound() throws IOException, FetcherException { - entry.setField(StandardField.TITLE, "Pro WF: Windows Workflow in NET 3.5"); + entry.setField(StandardField.TITLE, "Curriculum programme of career-oriented java specialty guided by principles of software engineering"); assertEquals(Optional.empty(), finder.findFullText(entry)); }