diff --git a/qcfractal/qcfractal/components/neb/test_record_socket_specs.py b/qcfractal/qcfractal/components/neb/test_record_socket_specs.py index 2a56ae7c8..a55487acb 100644 --- a/qcfractal/qcfractal/components/neb/test_record_socket_specs.py +++ b/qcfractal/qcfractal/components/neb/test_record_socket_specs.py @@ -352,7 +352,7 @@ def test_neb_socket_add_specification_diff_3(storage_socket: SQLAlchemySocket): images=21, spring_constant=1.5, optimize_endpoints=True, - spring_type=0, + optimize_ts=True, ), singlepoint_specification=common_sp_spec, ) @@ -363,6 +363,7 @@ def test_neb_socket_add_specification_diff_3(storage_socket: SQLAlchemySocket): images=21, spring_constant=1.5, optimize_endpoints=True, + optimize_ts=False, ), singlepoint_specification=common_sp_spec, )