Skip to content

Conversation

@william-valencia
Copy link
Contributor

No description provided.

@@ -0,0 +1,96 @@
require 'rails_helper'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't need this we're actually trying to remove from any files we see this in

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will remove. Was copied in from the similar delete_service_spec.rb. Do we have a ticket to remove it from all the other places it is already in?

end

after :all do
delete_response = cmr_client.delete_tool('MMT_2', @native_id_2, 'token')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should add a comment to remove this after the reset_provider ticket is resolved (can't recall the ticket number right now)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CMR-6332

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment added


# Remove this section after CMR-6332 is resolved
delete_response = cmr_client.delete_tool('MMT_2', @native_id_2, 'token')
raise unless delete_response.success?
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noticed that this test was still making searching tools have the error from CMR-6332. Should be able to remove this part after CMR-6332 is resolved.

@william-valencia william-valencia merged commit ff40024 into master Jul 14, 2020
@macrouch macrouch deleted the MMT-2229-Delete-Published-Tools branch October 26, 2023 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants