Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
enrichman committed Nov 14, 2023
1 parent 72e01e7 commit b888cac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions acceptance/api/v1/application_export_test.go
Expand Up @@ -94,12 +94,12 @@ var _ = Describe("AppPart Endpoint", LApplication, func() {

expecting := fmt.Sprintf(`name: %s
configuration:
instances: 1
routes:
- %s
appchart: standard
instances: 1
routes:
- %s
appchart: standard
origin:
container: splatform/sample-app
container: splatform/sample-app
namespace: %s
`, app, domain, namespace)

Expand Down

0 comments on commit b888cac

Please sign in to comment.