I hit a test which is pass in postman but in newman i got assertion error while it should be pass

test script :- pm.test(“shipping_info is present”, function () {
pm.expect(pm.response.text()).to.include(“shipping_info”);
});
response in newman :-
10. AssertionError shipping_info is present
expected ‘{“success”:false,“msg”:“Please enter all necessary details.”}’ to include ‘shipping_info’
at assertion:10 in test-script
inside “addOrder”