Skip to content

Commit 862aee4

Browse files
authored
Rename Version e2e test function to test_version_with_revision_hash (#120)
**Description:** Renaming yaml file, to make it more understandable. **Acknowledgment:** By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 4a72b7b commit 862aee4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/tests/test_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def test_smoke(self, lambda_client, lambda_function):
129129
# Check function version doesn't exist
130130
assert not lambda_validator.version_exists(lambda_function_name, version_number)
131131

132-
def test_version_with_check(self, lambda_client, lambda_function):
132+
def test_version_with_revision_hash(self, lambda_client, lambda_function):
133133
(_, function_resource) = lambda_function
134134
lambda_function_name = function_resource["spec"]["name"]
135135

@@ -150,7 +150,7 @@ def test_version_with_check(self, lambda_client, lambda_function):
150150

151151
# Load Lambda CR
152152
resource_data = load_lambda_resource(
153-
"version_with_check",
153+
"version_with_revision_hash",
154154
additional_replacements=replacements,
155155
)
156156
logging.debug(resource_data)

0 commit comments

Comments
 (0)