fix: backend tests failing since the start of this semester

This commit is contained in:
2023-10-06 15:36:00 +02:00
parent e0b7e616b3
commit 7b96500a75

View File

@@ -29,7 +29,7 @@ export const query: QueryDslQueryContainer = {
should: [], should: [],
}, },
}, },
weight: 1.1, weight: 1.05,
}, },
{ {
filter: { filter: {
@@ -42,14 +42,14 @@ export const query: QueryDslQueryContainer = {
}, },
{ {
term: { term: {
'academicTerms.acronym.raw': 'WS 2022/23', 'academicTerms.acronym.raw': 'WS 2023/24',
}, },
}, },
], ],
should: [], should: [],
}, },
}, },
weight: 1.05, weight: 1.1,
}, },
{ {
filter: { filter: {
@@ -69,7 +69,7 @@ export const query: QueryDslQueryContainer = {
should: [], should: [],
}, },
}, },
weight: 1.1, weight: 1.05,
}, },
{ {
filter: { filter: {
@@ -82,14 +82,14 @@ export const query: QueryDslQueryContainer = {
}, },
{ {
term: { term: {
'academicTerms.acronym.raw': 'WiSe 2022/23', 'academicTerms.acronym.raw': 'WiSe 2023/24',
}, },
}, },
], ],
should: [], should: [],
}, },
}, },
weight: 1.05, weight: 1.1,
}, },
{ {
filter: { filter: {