Skip to content
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

API Test Fixes #758

Merged
merged 2 commits into from
Sep 19, 2015
Merged

API Test Fixes #758

merged 2 commits into from
Sep 19, 2015

Commits on Sep 19, 2015

  1. Configuration menu
    Copy the full SHA
    45d5e29 View commit details
    Browse the repository at this point in the history
  2. Fix failing workflow to_dict editor test.

    Generating form HTML as part of this request requires a history now (since galaxyproject@a00461e). This is a less than ideal since it should definitely not require a history, but it is also less than idea to be shipping HTML via the API for non-web transactions. So rather than solving the former problem, this solves the latter and just doesn't attach form HTML for API requests.
    
    Fixes galaxyproject#734.
    jmchilton committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    69f4ace View commit details
    Browse the repository at this point in the history