mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-02 08:35:08 +08:00
Fix(test): downgrade test priorities (#12913)
### What problem does this PR solve? Changed test priorities in multiple test files, downgrading from p1 to p2 and p2 to p3. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -81,7 +81,7 @@ class TestChatAssistantCreate:
|
||||
chat_assistant = client.create_chat(name="avatar_test", avatar=encode_avatar(fn), dataset_ids=[])
|
||||
assert chat_assistant.name == "avatar_test"
|
||||
|
||||
@pytest.mark.p2
|
||||
@pytest.mark.p3
|
||||
@pytest.mark.parametrize(
|
||||
"llm, expected_message",
|
||||
[
|
||||
@ -137,7 +137,7 @@ class TestChatAssistantCreate:
|
||||
assert attrgetter("frequency_penalty")(chat_assistant.llm) == 0.7
|
||||
assert attrgetter("max_tokens")(chat_assistant.llm) == 512
|
||||
|
||||
@pytest.mark.p2
|
||||
@pytest.mark.p3
|
||||
@pytest.mark.parametrize(
|
||||
"prompt, expected_message",
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user