Skip to content

Commit

Permalink
validating error msg
Browse files Browse the repository at this point in the history
Signed-off-by: Shekhar Saxena <[email protected]>
  • Loading branch information
shekhar316 committed Sep 19, 2024
1 parent 2fafe64 commit 3cc2c96
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ def test_create_multiple_namespace_exp(cluster_type):

assert response.status_code == ERROR_STATUS_CODE
assert data['status'] == ERROR_STATUS
# validate error message
assert data['message'] == CREATE_EXP_BULK_ERROR_MSG

response = delete_experiment(input_json_file)
Expand Down

0 comments on commit 3cc2c96

Please sign in to comment.