-
Notifications
You must be signed in to change notification settings - Fork 350
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
test: Add tests for kamel describe #2176
Conversation
merge after #2422 |
#2422 has been merged, could you rebase that one? Thanks. |
@astefanutti done, rebased ^^ |
}) | ||
|
||
t.Run("Test kamel describe integration kit", func(t *testing.T) { | ||
kitName := Integration(ns, "yaml")().Status.Kit |
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.
As far as I know this way of getting the kit name is deprecated, so I'd recommend to use this one:
kitName := Integration(ns, "yaml")().Status.IntegrationKit.Name
Since !2495 was closed the redirection of |
PR for: https://issues.redhat.com/browse/FUSEQE-12069
Merge after #2126 (Because of GetOutputString())
Release Note