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

Fix debug argument placement #2

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Fix debug argument placement #2

merged 1 commit into from
Jan 10, 2025

Conversation

nshyrei
Copy link
Contributor

@nshyrei nshyrei commented Jan 9, 2025

Corrects the logic that sets debug (https://github.com/fortanix/salmiac/blob/f420ca867761a0ad1b12249f90cab814156d3f15/api-model/src/converter.rs#L153) value in Salmiac conversion request. Current logic tries to set field debug in https://github.com/fortanix/salmiac/blob/f420ca867761a0ad1b12249f90cab814156d3f15/api-model/src/converter.rs#L196 which doesn't have a field with such name. In particular this change fixes TestMysql application test.

@nshyrei nshyrei added the bug Something isn't working label Jan 9, 2025
@nshyrei nshyrei self-assigned this Jan 9, 2025
@raoulstrackx raoulstrackx merged commit 5abda41 into master Jan 10, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants