Feature: asset management get token

  Scenario: Error should be obtained once empty Orchard-User-Id is provided
    When empty Orchard-User-Id is provided
    Then an error header validation response should be obtained from /upload-token endpoint

  Scenario: Error should be obtained once no Orchard-User-Id is provided
    When no Orchard-User-Id is provided
    Then an userId required response should be obtained from /upload-token endpoint

  Scenario: Valid response should be obtained once valid Orchard-User-Id is provided
    When valid Orchard-User-Id is provided
    Then a valid response should be obtained from /upload-token endpoint
