Feature: asset management get asset status

  Scenario: Error should be obtained once status of a non-existing asset is requested
    When the client requests the status of a non-existent filename
    Then an 404 error should be obtained

  Scenario: Error should be obtained once status of an empty asset is requested
    When the client requests the status of an empty filename
    Then an 400 error should be obtained
