Skip to content

Commit

Permalink
Explicitly set end on stdin to false when not set to false
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyscottweber committed Aug 20, 2019
1 parent ba1eba4 commit ccc8cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winrm/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
</env:Header>
<env:Body>
<rsp:Send>
<rsp:Stream xmlns:rsp="http://schemas.microsoft.com/wbem/wsman/1/windows/shell" CommandId="11111111-1111-1111-1111-111111111111" Name="stdin">ZWNobyAiaGVsbG8gd29ybGQiICYmIGV4aXQNCg==</rsp:Stream>
<rsp:Stream xmlns:rsp="http://schemas.microsoft.com/wbem/wsman/1/windows/shell" CommandId="11111111-1111-1111-1111-111111111111" Name="stdin" End="false" >ZWNobyAiaGVsbG8gd29ybGQiICYmIGV4aXQNCg==</rsp:Stream>
</rsp:Send>
</env:Body>
</env:Envelope>
Expand Down

0 comments on commit ccc8cff

Please sign in to comment.