-
Notifications
You must be signed in to change notification settings - Fork 42
MMT-2229 Delete published tools #614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| @@ -0,0 +1,96 @@ | |||
| require 'rails_helper' | |||
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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') |
There was a problem hiding this comment.
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)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CMR-6332
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment added
…remissions_spec because of CMR-6332
|
|
||
| # 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? |
There was a problem hiding this comment.
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.
No description provided.