-
Notifications
You must be signed in to change notification settings - Fork 6
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
DG-28970 | Add backup_requests method #73
Conversation
lib/sfrest/backup.rb
Outdated
def execute_rest_backup(rconn, site_nid, name, components) | ||
payload = { | ||
'label' => name, | ||
'callback_url' => 'http://www.example.com', |
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.
Do we care about callback_url? Afaik, that's optional.
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.
No we dont care about it, just for testing sake I added it.
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.
Can we remove it then? We shouldn't have the factory call unwanted sites.
Site Factory API 'components' options not working as expected Fix with integration testing