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

tests: fix konnect integration tests #1101

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

pmalek
Copy link
Member

@pmalek pmalek commented Nov 9, 2023

No description provided.

@pmalek pmalek added the testing label Nov 9, 2023
@pmalek pmalek self-assigned this Nov 9, 2023
@@ -258,7 +261,7 @@ func setup(t *testing.T) {

func sync(kongFile string, opts ...string) error {
deckCmd := cmd.NewRootCmd()
args := []string{"sync", "-s", kongFile}
args := []string{"gateway", "sync", kongFile}
Copy link
Collaborator

Choose a reason for hiding this comment

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

We are keeping the "old" syntax on purpose here since we care more about not breaking existing workflows than introducing possible bugs into new functionalities. @Tieske has some WIP task to improve our posture here.

@pmalek
Copy link
Member Author

pmalek commented Nov 9, 2023

These tests seem rather brittle anyway, probably due to the nature of using an external service like Konnect. 🤔 Might need more work to make them bullet proof.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants