Skip to content

Commit

Permalink
Update error case update test
Browse files Browse the repository at this point in the history
  • Loading branch information
wookasz committed Oct 31, 2023
1 parent c40e6fd commit b569be2
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def test_post_expectation_suite(
"expectation_type": "expect_table_row_count_to_be_between",
},
],
"expectation_suite_name": "raw_health.critical_1a",
"expectation_suite_name": "brand new suite",
}
},
},
Expand All @@ -255,7 +255,9 @@ def test_post_expectation_suite(
response_body={
"errors": [
{
"detail": "Expectation Suite with name raw_health.critical_1a already exists."
"detail": pact.Like(
"Expectation Suite with name brand new suite already exists."
)
}
]
},
Expand Down

0 comments on commit b569be2

Please sign in to comment.