Skip to content

Commit

Permalink
Replace busybox with no-op function in test
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Sommar <fred.sommar+github@gmail.com>
  • Loading branch information
fsommar authored and louisjimenez committed Jun 28, 2024
1 parent 6b18f90 commit 502d781
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/fnruntime/container_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ func TestContainerFn(t *testing.T) {
err bool
}{
{
name: "simple busybox",
image: "gcr.io/google-containers/busybox",
name: "no-op function",
image: "gcr.io/kpt-functions/no-op",
output: "apiVersion: v1\nkind: ResourceList\nmetadata:\n name: output\nitems: []\n",
},
{
name: "non-existing image",
Expand Down

0 comments on commit 502d781

Please sign in to comment.