From e64d99434152693c7811051bcbb39258997f54bc Mon Sep 17 00:00:00 2001
From: Tony Hsu <tonyc.t.hsu@gmail.com>
Date: Fri, 28 Oct 2022 12:39:58 +0200
Subject: [PATCH] Fix back slash spec

---
 .../tracing/contrib/propagation/sql_comment/comment_spec.rb   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spec/datadog/tracing/contrib/propagation/sql_comment/comment_spec.rb b/spec/datadog/tracing/contrib/propagation/sql_comment/comment_spec.rb
index bdca7677394..26a7976ad20 100644
--- a/spec/datadog/tracing/contrib/propagation/sql_comment/comment_spec.rb
+++ b/spec/datadog/tracing/contrib/propagation/sql_comment/comment_spec.rb
@@ -30,8 +30,8 @@
         "/*star='%2A'*/"
       ],
       [
-        { back_slash: '/' },
-        "/*back_slash='%2F'*/"
+        { back_slash: '\\' },
+        "/*back_slash='%5C'*/"
       ],
       [
         { equal_sign: '=' },