Update test_databrew_recipes.py
This commit is contained in:
parent
33b1fad90a
commit
2b4d29eafd
@ -381,7 +381,7 @@ def test_publish_recipe(recipe_name):
|
||||
recipe = client.describe_recipe(Name=recipe_name)
|
||||
assert recipe["Description"] == "2nd desc"
|
||||
assert recipe["RecipeVersion"] == "2.0"
|
||||
assert recipe["PublishedDate"] > first_published_date
|
||||
assert recipe["PublishedDate"] >= first_published_date
|
||||
|
||||
|
||||
@mock_databrew
|
||||
|
Loading…
Reference in New Issue
Block a user