From 6e93a1ef15a4073a7541630dc3826e10f53d96db Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Mon, 17 Nov 2025 14:12:37 +0800 Subject: [PATCH] Test case refine. --- sdk/python/test/test_frontend_api/test_dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/test/test_frontend_api/test_dataset.py b/sdk/python/test/test_frontend_api/test_dataset.py index c60dc4d0c..3fb3e93ff 100644 --- a/sdk/python/test/test_frontend_api/test_dataset.py +++ b/sdk/python/test/test_frontend_api/test_dataset.py @@ -101,7 +101,7 @@ def test_invalid_name_dataset(get_auth): # create dataset # with pytest.raises(Exception) as e: res = create_dataset(get_auth, 0) - assert res['code'] == 102 + assert res['code'] == 100 res = create_dataset(get_auth, "") assert res['code'] == 102