-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fix] support XLM in integration tests #470
Conversation
stellar-disbursement-platform-backend-preview is available here: |
I'll hold off on this PR while we focus on the 3.0 release. I'll mark it as DRAFT for now. |
490dbe6
to
df7fcff
Compare
@@ -33,7 +33,7 @@ func (c *IntegrationTestsCommand) Command() *cobra.Command { | |||
Usage: "Issuer if the asset to be disbursed", | |||
OptType: types.String, | |||
ConfigKey: &integrationTestsOpts.DisbursetAssetIssuer, | |||
Required: true, | |||
Required: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Marked as false so XLM can be supported.
stellar-disbursement-platform-backend-preview is available here: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
df7fcff
to
95a0b0c
Compare
stellar-disbursement-platform-backend-preview is available here: |
What
Support xlm in integration tests
Why
It's a good practice to support it, and it was needed to test e2e on futurenet
Checklist
PR Structure
Thoroughness
Configs and Secrets
values.yaml
file.pr-preview
,dev
,demo
,prd
).values.yaml
file.pr-preview secrets
,dev secrets
,demo secrets
,prd secrets
).Release
develop
ormain
after it's ready for production!Deployment