-
Notifications
You must be signed in to change notification settings - Fork 7
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
Code challenge attempt #5
base: master
Are you sure you want to change the base?
Conversation
Are you exposing port 80 from the container? It crashes when I try to start it, and bind to port 80. |
I see - I'm able to start the container just fine on a ubuntu box (which the tests also runs on) just seems that you API is not behaving so nicely it returns 500... |
Hey @technight ! I'd say either change your payload classes to use UpperCamelCase, or see if the framework supports case insensitive deserilization, perhaps that will work! I tried it out in python too against the container |
Oh thanks @thehabbos007, didn't realize I got a response. I just tried to update, still didn't work, but I suspect I didn't update probably. Thanks for the advice, I will have a second look 😄 |
It seems like our tests also wrap some junk data in the request. I will investigate further and comment when it's fixed! @technight Ninja edit: We love those green checks :) |
@thehabbos007 Oh awesome, thank you! Now I just have to figure out the actual errors 😄 |
Don't mind me - Just a Delegate employee curios if my Kotlin implementation will pass 😄