Skip to content

Commit

Permalink
update test image used (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleader committed Jun 30, 2023
1 parent 7f79bcd commit 10b11cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func TestE2E(t *testing.T) {
type_id: string
steps:
example:
plugin: ghcr.io/janosdebugs/arcaflow-example-plugin
plugin: quay.io/arcalot/arcaflow-plugin-template-python:0.1.0
input:
name: !expr $.input.name
output:
Expand Down Expand Up @@ -163,7 +163,7 @@ func TestE2EMultipleOutputs(t *testing.T) {
type_id: string
steps:
example:
plugin: ghcr.io/janosdebugs/arcaflow-example-plugin
plugin: quay.io/arcalot/arcaflow-plugin-template-python:0.1.0
input:
name: !expr $.input.name
outputs:
Expand Down

0 comments on commit 10b11cc

Please sign in to comment.