<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="345597" data-post-id="345597">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="LostKobrakai" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/LostKobrakai/120/3072_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  LostKobrakai
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Accepts is not doing any parsing. It does content negotiation for the format the response will be formatted in. That’s completely indenpendent from the content on the request.</p>
<p>Parsing happens in <code>Plug.Parsers</code> in the endpoint. <code>Plug.Parsers</code> will however only run if <code>body_params</code> are still unfetched, so the error here is specific to manually reading the body here. And endpoint and router pipelines also need to be opted into being executed in phoenix tests with <code>Phoenix.ConnTest.bypass_through/1</code>.</p>
<p>So lots of things, which make having a proper <code>conn.body</code> value unnecessary in places.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="345597" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/plug-test-messing-up-body-request/67314/12">Post #11</a>
	                </div>
	            </div>
              <div id="likers-container-345597" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="345597"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #11"></div>
  </section>
</div>
    <div class="postbit" id="345670" data-post-id="345670">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="henriquesati" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/henriquesati/120/35034_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  henriquesati
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>No and I dont think I’ll be able to test it, its my first time using elixir and elixir libraries so it’s been hard to do more complicated things :(, i 'm sticking to what works and making little modifications to a better shaped code/use more plugs core functionalities.<br>
Reading now <a href="https://forum.elixirforum.com/u/LostKobrakai" rel="nofollow">LostKobrakai</a> last answer to you, I think its the appropriate answer</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="345670" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/plug-test-messing-up-body-request/67314/13">Post #12</a>
	                </div>
	            </div>
              <div id="likers-container-345670" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="345670"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-last-post cat-last-post" title="Last post!"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <span class="all-loaded">— All posts loaded —</span>
</div></template></turbo-stream>