Skip to content

Commit d6248f3

Browse files
kk-minypwong99
authored andcommitted
fix: update TestCreateHeaderConfig runtime value
1 parent 84c1590 commit d6248f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/setup/test/serverless-config_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ func TestCreateHeaderConfig(t *testing.T) {
1616
FrameworkVersion: "3",
1717
Provider: setup.Provider{
1818
Name: "aws",
19-
Runtime: "go1.x",
19+
Runtime: "python3.9",
2020
Region: "us-west-1",
2121
},
2222
}
2323

2424
// Define the Configuration struct for testing
2525
config := &setup.Configuration{
2626
Provider: "aws",
27-
Runtime: "go1.x",
27+
Runtime: "python3.9",
2828
}
2929

3030
actual := &setup.Serverless{}

0 commit comments

Comments
 (0)