Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Jun 7, 2024
1 parent f88e368 commit 1fb0c04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ def validator():
[
ValidationError(
(
"'foo' is not one of ['5.7.44', '8.0.32', '8.0.33', "
"'8.0.34', '8.0.35', '8.0.36']"
"'foo' is not one of ['5.7.44', '5.7.44-rds.20240408', "
"'8.0.32', '8.0.33', '8.0.34', '8.0.35', '8.0.36']"
),
rule=DbClusterEngineVersion(),
path=deque(["EngineVersion"]),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ def validator():
[
ValidationError(
(
"'foo' is not one of ['5.7.44', '8.0.32', '8.0.33', "
"'8.0.34', '8.0.35', '8.0.36']"
"'foo' is not one of ['5.7.44', '5.7.44-rds.20240408', "
"'8.0.32', '8.0.33', '8.0.34', '8.0.35', '8.0.36']"
),
rule=DbInstanceEngineVersion(),
path=deque(["EngineVersion"]),
Expand Down

0 comments on commit 1fb0c04

Please sign in to comment.