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 TestHelloWorldAppExample #58

Merged
merged 1 commit into from
Apr 12, 2020
Merged

Fix TestHelloWorldAppExample #58

merged 1 commit into from
Apr 12, 2020

Conversation

brikis98
Copy link
Owner

The test should be checking that the HTTP response contains the text "Hello, World" rather than checking for exact equality. It turns out the book itself had the right code in it, but when copying the test code to this repo, I somehow got an old versison of this one test.

The test should be checking that the HTTP response *contains* the text "Hello, World" rather than checking for exact equality. It turns out the book itself had the right code in it, but when copying the test code to this repo, I somehow got an old versison of this one test.
@brikis98 brikis98 merged commit 1ceb719 into master Apr 12, 2020
@brikis98 brikis98 deleted the fix-hello-world-test branch April 12, 2020 10:18
@brikis98 brikis98 mentioned this pull request Apr 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant