Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle committed Jul 22, 2024
1 parent 73c85de commit 374a294
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,12 @@
"usefixtures",
"viewcode",
"writeacl",
"xmlsec"
"xmlsec",
"troyready",
"tomlsort",
"pyupgrade",
"tryceratops",
"errmsg",
"datetimez"
]
}
4 changes: 2 additions & 2 deletions tests/integration/cli/commands/kbenv/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ def test_kbenv_run_separator(
) -> None:
"""Test ``runway kbenv run -- --help``.
Parsing of command using ``--`` as a seperator between options and args.
Everything that comes after the seperator should be forwarded on as an arg
Parsing of command using ``--`` as a separator between options and args.
Everything that comes after the separator should be forwarded on as an arg
and not parsed as an option by click. This is only required when trying to
pass options shared with Runway such as ``--help``.
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/cfngin/hooks/test_acm.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,10 +351,10 @@ def test_get_validation_record(
("FAILED", "SUCCESS"),
],
)
def test_get_validation_record_status_missmatch(
def test_get_validation_record_status_mismatch(
self, cfngin_context: MockCfnginContext, check: str, found: str
) -> None:
"""Test get get_validation_record with a missmatched record status."""
"""Test get get_validation_record with a mismatched record status."""
# setup context
acm_stubber = cfngin_context.add_stubber("acm", region="us-east-1")
cfngin_context.add_stubber("route53", region="us-east-1")
Expand Down

0 comments on commit 374a294

Please sign in to comment.