Skip to content
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

feat: Add default field in parameters.valueFrom #2500

Merged
merged 4 commits into from
Mar 23, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test/e2e/functional_test.go
Co-Authored-By: Bot from GolangCI <[email protected]>
  • Loading branch information
simster7 and golangcibot committed Mar 23, 2020
commit 27ea1f0a1d00f580eefd4e82c86c02fe7516223c
1 change: 0 additions & 1 deletion test/e2e/functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ spec:
})
}


func TestFunctionalSuite(t *testing.T) {
suite.Run(t, new(FunctionalSuite))
}