Skip to content

Commit

Permalink
Update argoui metadata field name
Browse files Browse the repository at this point in the history
Co-Authored-By: schrodit <tschrodi96@googlemail.com>
  • Loading branch information
dguendisch and schrodit authored Mar 19, 2019
1 parent 92ec246 commit de19254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/testrunner/result/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ type Metadata struct {
// Link to the workflow in the argo ui
// Only set if an ingress with the name "argo-ui" for the argoui is set.
// Argo URL is in format: https://argo-endpoint.com/workflows/namespace/wf-name
ArgoUIExternalURL string `json:"argo_external_url"`
ArgoUIExternalURL string `json:"argo_url"`
}

// StepExportMetadata is the metadata of one step of a testrun.
Expand Down

0 comments on commit de19254

Please sign in to comment.