Skip to content

Commit

Permalink
fix: modify test case to fit new error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaphoenix committed Dec 17, 2024
1 parent 6face24 commit f21d45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dfcx_scrapi/core/test_test_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def test_list_test_cases_agent_id_not_in_instance(

tc = PyTestCases()

with pytest.raises(AttributeError):
with pytest.raises(ValueError):
_ = tc.list_test_cases()


Expand Down

0 comments on commit f21d45d

Please sign in to comment.