mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-27 19:04:25 +08:00
(fix)(headless)Fix demo conversations with DETAIL query mode.
(fix)(headless)Fix demo conversations with DETAIL query mode.
This commit is contained in:
@@ -18,7 +18,7 @@ import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
||||
@Slf4j
|
||||
public class TagTest extends BaseTest {
|
||||
public class DetailTest extends BaseTest {
|
||||
|
||||
@Test
|
||||
public void test_detail_dimension() throws Exception {
|
||||
@@ -72,7 +72,7 @@ public class TagTest extends BaseTest {
|
||||
|
||||
@Test
|
||||
public void test_detail_list_filter() throws Exception {
|
||||
QueryResult actualResult = submitNewChat("国风艺人", DataUtils.tagAgentId);
|
||||
QueryResult actualResult = submitNewChat("国风歌手", DataUtils.tagAgentId);
|
||||
|
||||
QueryResult expectedResult = new QueryResult();
|
||||
SemanticParseInfo expectedParseInfo = new SemanticParseInfo();
|
||||
Reference in New Issue
Block a user