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 <[email protected]>
  • Loading branch information
fsommar committed Jun 27, 2024
1 parent 7264842 commit feb91a6
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 feb91a6

Please sign in to comment.