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

add test for modules managed command #2164

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

anoipm
Copy link
Contributor

@anoipm anoipm commented Jul 1, 2024

Description

Changes proposed in this pull request:

  • add test for modules managed command

Related issue(s)
See also #2117

@anoipm anoipm requested a review from a team as a code owner July 1, 2024 12:44
@kyma-bot kyma-bot added cla: yes Indicates the PR's author has signed the CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jul 1, 2024
@anoipm anoipm added area/cli Related to all activities around CLI kind/chore Categorizes issue or PR as related to a chore. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jul 1, 2024
@MichalKalke MichalKalke self-assigned this Jul 2, 2024
expectedResult := moduleMap{
"module1": row{
Name: "module1",
Managed: "Managed",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change it to True as the new value of the MANAGED field

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

},
"module2": row{
Name: "module2",
Managed: "Managed",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As above

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

},
"module3": row{
Name: "module3",
Managed: "Managed",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As above

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@MichalKalke MichalKalke assigned anoipm and unassigned MichalKalke Jul 2, 2024
@kyma-bot kyma-bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jul 2, 2024
@kyma-bot kyma-bot added the lgtm Looks good to me! label Jul 2, 2024
@kyma-bot kyma-bot merged commit 461b3ee into kyma-project:main Jul 2, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli Related to all activities around CLI cla: yes Indicates the PR's author has signed the CLA. kind/chore Categorizes issue or PR as related to a chore. lgtm Looks good to me! size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants