Skip to content

Commit

Permalink
Another naming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Apr 16, 2024
1 parent eea3ebd commit e1cb6c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class ResourceAttributesTest(ContractTestBase):
@override
def get_application_image_name(self) -> str:
return "aws-appsignals-tests-django-app"
return "aws-application-signals-tests-django-app"

@override
def get_application_wait_pattern(self) -> str:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def _get_k8s_attributes():
class ResourceAttributesTest(ContractTestBase):
@override
def get_application_image_name(self) -> str:
return "aws-appsignals-tests-django-app"
return "aws-application-signals-tests-django-app"

@override
def get_application_wait_pattern(self) -> str:
Expand Down

0 comments on commit e1cb6c1

Please sign in to comment.