Remove useless header on the get request
This commit is contained in:
		
							parent
							
								
									210aa42f74
								
							
						
					
					
						commit
						913d53b7d7
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -384,7 +384,6 @@ test "discloses application metadata when enabled" do
 | 
			
		|||
 | 
			
		||||
      result =
 | 
			
		||||
        conn
 | 
			
		||||
        |> put_req_header("content-type", "application/json")
 | 
			
		||||
        |> get("api/v1/statuses/#{activity}")
 | 
			
		||||
 | 
			
		||||
      assert %{
 | 
			
		||||
| 
						 | 
				
			
			@ -414,7 +413,6 @@ test "hides application metadata when disabled" do
 | 
			
		|||
 | 
			
		||||
      result =
 | 
			
		||||
        conn
 | 
			
		||||
        |> put_req_header("content-type", "application/json")
 | 
			
		||||
        |> get("api/v1/statuses/#{activity}")
 | 
			
		||||
 | 
			
		||||
      assert %{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue