Skip to content

Commit

Permalink
fix(api/v1): supply "/" as a path separator for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanilves committed Apr 9, 2019
1 parent 1448c72 commit d9e0625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1/v1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func runEnd2EndJob(pullRefs, seedRefs []string) ([]string, error) {
}
}

pushConfig := PushConfig{Registry: registryContainer.Hostname()}
pushConfig := PushConfig{Registry: registryContainer.Hostname(), PathSeparator: "/"}

pushCollection, err := api.CollectPushTags(collection, pushConfig)
if err != nil {
Expand Down

0 comments on commit d9e0625

Please sign in to comment.