Skip to content

Commit

Permalink
Update RDS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed May 1, 2024
1 parent 65b6bc9 commit 327154d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ source = [
]

[tool.coverage.report]
fail_under = 93
skip_empty = true
skip_covered = true
show_missing = true
Expand Down
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.28', '8.0.31', "
"'8.0.32', '8.0.33', '8.0.34', '8.0.35', '8.0.36']"
"'foo' is not one of ['5.7.44', '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.28', '8.0.31', "
"'8.0.32', '8.0.33', '8.0.34', '8.0.35', '8.0.36']"
"'foo' is not one of ['5.7.44', '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 327154d

Please sign in to comment.