Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 689a6f3

Browse files
committed
Service deployment test fixed
1 parent 2f8fa28 commit 689a6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/resources/service/service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func TestDeployAndDelete(t *testing.T) {
5151
Registry: "knative.registry.svc.cluster.local",
5252
Namespace: namespace,
5353
Source: "https://github.com/serverless/examples",
54-
Runtime: "https://raw.githubusercontent.com/triggermesh/runtime-build-tasks/master/aws-lambda/python37-runtime.yaml",
54+
Runtime: "https://raw.githubusercontent.com/triggermesh/knative-lambda-runtime/master/python-3.7/runtime.yaml",
5555
BuildArgs: []string{"DIRECTORY=aws-python-simple-http-endpoint", "HANDLER=handler.endpoint"},
5656
}
5757

0 commit comments

Comments
 (0)