urlmon/tests: Remove stray ok() call.
diff --git a/dlls/urlmon/tests/protocol.c b/dlls/urlmon/tests/protocol.c
index ce383ee..889f3a9 100644
--- a/dlls/urlmon/tests/protocol.c
+++ b/dlls/urlmon/tests/protocol.c
@@ -941,7 +941,6 @@
                     if(!emulate_prot)
                         CHECK_CALLED(ReportData2);
                     CHECK_CALLED(ReportResult);
-                    ok(hres == S_OK, "Read failed: %08x\n", hres);
                     reported_all_data = TRUE;
                 }else {
                     if(!emulate_prot)