Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Sep 26, 2023
1 parent a2f7e42 commit dad88a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/cloudfront/distribution_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ func (t TestCloudFrontClient) ListDistributions(ctx context.Context, params *clo
}

func TestDistributionGetFunc(t *testing.T) {
scope := "123456789012.us-east-1"
scope := "123456789012"
item, err := distributionGetFunc(context.Background(), TestCloudFrontClient{}, scope, &cloudfront.GetDistributionInput{})

if err != nil {
Expand Down

0 comments on commit dad88a1

Please sign in to comment.