Skip to content

Commit c599902

Browse files
committed
fix tests
1 parent 1346096 commit c599902

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

internal/lambda-managed-instances/aws-lambda-rie/test/rie_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

4+
//go:build test
5+
46
package test
57

68
import (

internal/lambda-managed-instances/testutils/functional/chunked.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

4+
//go:build test
5+
46
package functional
57

68
import (

internal/lambda-managed-instances/testutils/functional/extension_actions.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

4+
//go:build test
5+
46
package functional
57

68
import (

internal/lambda-managed-instances/testutils/functional/extensions_client.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

4+
//go:build test
5+
46
package functional
57

68
import (

0 commit comments

Comments
 (0)