external_integration_test: provide hashsum, even if we expect a timeout

Since we run our tests for downloads via plain http, provide a checksum,
even in the case where we expect a timeout. In this way, prepare
our own code base for the #8607 flag flip.

Change-Id: I7ca9afb49008325975dff38b38aa1c596f0e9f83
PiperOrigin-RevId: 258565184
diff --git a/src/test/shell/bazel/external_integration_test.sh b/src/test/shell/bazel/external_integration_test.sh
index 069dde5..6c89229 100755
--- a/src/test/shell/bazel/external_integration_test.sh
+++ b/src/test/shell/bazel/external_integration_test.sh
@@ -421,6 +421,7 @@
 http_file(
     name = 'toto',
     urls = ['http://127.0.0.1:$nc_port/toto'],
+    sha256 = "01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b",
 )
 EOF
   date