Skip to content

AkkaHttpJsonapiSupport - small fixes #56

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

Merged

Conversation

wlk
Copy link
Contributor

@wlk wlk commented Jul 19, 2016

  • fixed typo in AkkaHttpJsonapiSupport
  • akkaHttpJsonapiMarshaller should be a StringMarshaller - current approach somehow doesn't work (when behind nginx)

Ready to review

@wlk wlk added the bug label Jul 19, 2016
@coveralls
Copy link

coveralls commented Jul 19, 2016

Coverage Status

Coverage decreased (-0.01%) to 94.266% when pulling 12488bc on wlk:refinements-to-AkkaHttpJsonapiSupport into 7838094 on zalando:master.

@codecov-io
Copy link

Current coverage is 94.95%

Merging #56 into master will increase coverage by 0.21%

@@             master        #56   diff @@
==========================================
  Files            13         13          
  Lines           437        436     -1   
  Methods         437        436     -1   
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            414        414          
+ Misses           23         22     -1   
  Partials          0          0          

Powered by Codecov. Last updated by 7838094...af0d5c4

@zmeda
Copy link
Contributor

zmeda commented Jul 20, 2016

Can we somehow write test(s) for that?

@wlk
Copy link
Contributor Author

wlk commented Jul 20, 2016

I think it's possible to add tests, this would require pulling in couple of additional dependencies for the test scope to setup akka-http routing, send request and check response value and headers.
WDYT?

@wlk
Copy link
Contributor Author

wlk commented Jul 21, 2016

I'm working on a more complete testing example (will create separate PR for this), it would be good to merge this in earlier

@wlk wlk mentioned this pull request Jul 21, 2016
@zmeda zmeda merged commit 476e9f6 into scala-jsonapi:master Jul 22, 2016
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.

4 participants