-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Add tests for tags with custom values #11686
Add tests for tags with custom values #11686
Conversation
/triage accepted |
72e8555
to
a8963a7
Compare
} | ||
tpl := crossplane.NewTemplate() | ||
|
||
t.Run("it should be able to marshall and unmarshall the default configuration", func(t *testing.T) { | ||
tplConfig.Cfg.DefaultSSLCertificate = defaultCertificate | ||
tplConfig.Cfg.EnableBrotli = true |
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.
this probably should be moved to the specifics configurations test below, but we can do on a follow up
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: MrErlison, rikatz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
ebd2917
into
kubernetes:feature-go-crossplane
* Add tests for tags with custom values * Fix typo in comments
* Add tests for tags with custom values * Fix typo in comments
* Add tests for tags with custom values * Fix typo in comments
* Add tests for tags with custom values * Fix typo in comments
* Add tests for tags with custom values * Fix typo in comments
* Add tests for tags with custom values * Fix typo in comments
* Add tests for tags with custom values * Fix typo in comments
* Add tests for tags with custom values * Fix typo in comments
* Add tests for tags with custom values * Fix typo in comments
* Add tests for tags with custom values * Fix typo in comments
* Add tests for tags with custom values * Fix typo in comments
What this PR does / why we need it:
Implement tests to verify that tags can handle custom values correctly.
Types of changes
Which issue/s this PR fixes
How Has This Been Tested?
Checklist:
/cc @rikatz