Skip to content

Commit fca7105

Browse files
bm1549claude
andcommitted
Fix string length in SCA test expectations (21, not 22)
DD_APPSEC_SCA_ENABLED is 21 characters, not 22. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent 185e3e5 commit fca7105

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

tests/ext/appsec/sca_flag_is_sent_01.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sca_test.inc
1919
--EXPECT--
2020
array(5) {
2121
["name"]=>
22-
string(22) "DD_APPSEC_SCA_ENABLED"
22+
string(21) "DD_APPSEC_SCA_ENABLED"
2323
["value"]=>
2424
string(5) "false"
2525
["origin"]=>

tests/ext/appsec/sca_flag_is_sent_02.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sca_test.inc
2020
--EXPECT--
2121
array(5) {
2222
["name"]=>
23-
string(22) "DD_APPSEC_SCA_ENABLED"
23+
string(21) "DD_APPSEC_SCA_ENABLED"
2424
["value"]=>
2525
string(4) "true"
2626
["origin"]=>

tests/ext/appsec/sca_flag_is_sent_03.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sca_test.inc
2020
--EXPECT--
2121
array(5) {
2222
["name"]=>
23-
string(22) "DD_APPSEC_SCA_ENABLED"
23+
string(21) "DD_APPSEC_SCA_ENABLED"
2424
["value"]=>
2525
string(5) "false"
2626
["origin"]=>

tests/ext/appsec/sca_flag_is_sent_04.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sca_test.inc
2020
--EXPECT--
2121
array(5) {
2222
["name"]=>
23-
string(22) "DD_APPSEC_SCA_ENABLED"
23+
string(21) "DD_APPSEC_SCA_ENABLED"
2424
["value"]=>
2525
string(1) "1"
2626
["origin"]=>

tests/ext/appsec/sca_flag_is_sent_05.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sca_test.inc
2020
--EXPECT--
2121
array(5) {
2222
["name"]=>
23-
string(22) "DD_APPSEC_SCA_ENABLED"
23+
string(21) "DD_APPSEC_SCA_ENABLED"
2424
["value"]=>
2525
string(1) "0"
2626
["origin"]=>

0 commit comments

Comments
 (0)