Skip to content

Commit

Permalink
chore: revision
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCloudSec authored Dec 13, 2024
1 parent 15c2cee commit c5e83d2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_pipeline_private_repo(self):
assert result[0].status == "PASS"
assert (
result[0].status_extended
== f"CodePipeline {pipeline_name} source repository is private: https://github.com/prowler-cloud/prowler"
== f"CodePipeline {pipeline_name} source repository prowler-cloud/prowler-private is private.
)

def test_pipeline_public_repo(self):
Expand Down Expand Up @@ -194,7 +194,7 @@ def test_pipeline_private_gitlab_repo(self):
region=AWS_REGION,
source=Source(
type="CodeStarSourceConnection",
location="test/repo",
location="prowler-cloud/prowler-private",
configuration={
"FullRepositoryId": "prowler-cloud/prowler-private",
"ConnectionArn": connection_arn,
Expand Down Expand Up @@ -237,7 +237,7 @@ def test_pipeline_private_gitlab_repo(self):
assert result[0].status == "PASS"
assert (
result[0].status_extended
== f"CodePipeline {pipeline_name} source repository is private: https://gitlab.com/prowler-cloud/prowler-private"
== f"CodePipeline {pipeline_name} source repository prowler-cloud/prowler-private is private."
)
assert result[0].resource_id == pipeline_name
assert result[0].resource_arn == pipeline_arn
Expand Down

0 comments on commit c5e83d2

Please sign in to comment.