From a741d3b969dbe1bdfa89f85ec7b25d78550b2cf3 Mon Sep 17 00:00:00 2001 From: Markus Date: Thu, 28 Aug 2025 16:33:47 +0200 Subject: [PATCH] tests: update test_basic.cpp --- tests/test_basic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_basic.cpp b/tests/test_basic.cpp index 2503390..674f67d 100644 --- a/tests/test_basic.cpp +++ b/tests/test_basic.cpp @@ -1,4 +1,4 @@ -// Network integration test hitting a live PrivateBin instance (optional) +s// Network integration test hitting a live PrivateBin instance (optional) // Server under test: https://privatebin.medisoftware.org/ // Enable by setting environment variable PRIVATEBIN_IT=1