diff --git a/test/controllers/test_ontologies_controller.rb b/test/controllers/test_ontologies_controller.rb index 1d2731cc..da8c6c11 100644 --- a/test/controllers/test_ontologies_controller.rb +++ b/test/controllers/test_ontologies_controller.rb @@ -268,7 +268,7 @@ def test_on_demand_ontology_pull allowed_user.bring(:apikey) if allowed_user.bring?(:apikey) post "/ontologies/#{acronym}/pull?apikey=#{allowed_user.apikey}" - assert_equal(404, last_response.status, msg="This ontology is is NOT configured to be remotely pulled at this point in the test. It should return status 404") + assert_equal(404, last_response.status, msg="This ontology is NOT configured to be remotely pulled at this point in the test. It should return status 404") begin start_server