Sha256: d4267cd34555c3acd509b26df4f686d5cfc084dd278739050582619c24629d69
Contents?: true
Size: 490 Bytes
Versions: 8
Compression:
Stored size: 490 Bytes
Contents
# language: en @emr @client Feature: Amazon EMR Scenario: Making a basic request When I call the "DescribeJobFlows" API Then the response should contain a list of "JobFlows" Scenario: Error handling When I attempt to call the "DescribeJobFlows" API with: | JobFlowIds | ['fake_job_flow'] | Then I expect the response error code to be "ValidationException" And I expect the response error message to include: """ Specified job flow ID not valid """
Version data entries
8 entries across 8 versions & 1 rubygems