Skip to content

Commit 503d00f

Browse files
committed
Makefile fixes
1 parent 56e9dfe commit 503d00f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Makefile

+9-9
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ TEST_INTEGRATIONS_72 := \
652652
test_integrations_elasticsearch1 \
653653
test_integrations_guzzle5 \
654654
test_integrations_guzzle6 \
655-
test_integrations_guzzle7 \
655+
test_integrations_guzzle_latest \
656656
test_integrations_pcntl \
657657
test_integrations_phpredis3 \
658658
test_integrations_phpredis4 \
@@ -711,7 +711,7 @@ TEST_INTEGRATIONS_73 :=\
711711
test_integrations_elasticsearch7 \
712712
test_integrations_guzzle5 \
713713
test_integrations_guzzle6 \
714-
test_integrations_guzzle7 \
714+
test_integrations_guzzle_latest \
715715
test_integrations_pcntl \
716716
test_integrations_phpredis3 \
717717
test_integrations_phpredis4 \
@@ -771,7 +771,7 @@ TEST_INTEGRATIONS_74 := \
771771
test_integrations_elasticsearch_latest \
772772
test_integrations_guzzle5 \
773773
test_integrations_guzzle6 \
774-
test_integrations_guzzle7 \
774+
test_integrations_guzzle_latest \
775775
test_integrations_pcntl \
776776
test_integrations_phpredis3 \
777777
test_integrations_phpredis4 \
@@ -838,7 +838,7 @@ TEST_INTEGRATIONS_80 := \
838838
test_integrations_googlespanner \
839839
test_integrations_guzzle5 \
840840
test_integrations_guzzle6 \
841-
test_integrations_guzzle7 \
841+
test_integrations_guzzle_latest \
842842
test_integrations_pcntl \
843843
test_integrations_phpredis5 \
844844
test_integrations_predis_latest \
@@ -890,7 +890,7 @@ TEST_INTEGRATIONS_81 := \
890890
test_opentelemetry_1 \
891891
test_opentelemetry_beta \
892892
test_integrations_googlespanner \
893-
test_integrations_guzzle7 \
893+
test_integrations_guzzle_latest \
894894
test_integrations_pcntl \
895895
test_integrations_pdo \
896896
test_integrations_elasticsearch7 \
@@ -945,7 +945,7 @@ TEST_INTEGRATIONS_82 := \
945945
test_opentelemetry_1 \
946946
test_opentelemetry_beta \
947947
test_integrations_googlespanner \
948-
test_integrations_guzzle7 \
948+
test_integrations_guzzle_latest \
949949
test_integrations_pcntl \
950950
test_integrations_pdo \
951951
test_integrations_elasticsearch7 \
@@ -1008,7 +1008,7 @@ TEST_INTEGRATIONS_83 := \
10081008
test_opentelemetry_1 \
10091009
test_opentelemetry_beta \
10101010
test_integrations_googlespanner \
1011-
test_integrations_guzzle7 \
1011+
test_integrations_guzzle_latest \
10121012
test_integrations_pcntl \
10131013
test_integrations_pdo \
10141014
test_integrations_elasticsearch7 \
@@ -1237,8 +1237,8 @@ test_integrations_guzzle5: global_test_run_dependencies tests/Integrations/Guzzl
12371237
$(call run_tests_debug,tests/Integrations/Guzzle/V5)
12381238
test_integrations_guzzle6: global_test_run_dependencies tests/Integrations/Guzzle/V6/composer.lock-php$(PHP_MAJOR_MINOR)
12391239
$(call run_tests_debug,tests/Integrations/Guzzle/V6)
1240-
test_integrations_guzzle7: global_test_run_dependencies tests/Integrations/Guzzle/V7/composer.lock-php$(PHP_MAJOR_MINOR)
1241-
$(call run_tests_debug,tests/Integrations/Guzzle/V7)
1240+
test_integrations_guzzle_latest: global_test_run_dependencies tests/Integrations/Guzzle/Latest/composer.lock-php$(PHP_MAJOR_MINOR)
1241+
$(call run_tests_debug,tests/Integrations/Guzzle/Latest)
12421242
test_integrations_kafka: global_test_run_dependencies
12431243
$(call run_tests_debug,tests/Integrations/Kafka)
12441244
test_integrations_laminaslog2: global_test_run_dependencies tests/Integrations/Logs/LaminasLogV2/composer.lock-php$(PHP_MAJOR_MINOR)

tests/Integrations/OpenAI/Latest/OpenAITest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace DDTrace\Tests\Integrations\OpenAI\Latest;
3+
namespace DDTrace\Tests\Integrations\OpenAI;
44

55
use DDTrace\Tests\Common\IntegrationTestCase;
66
use GuzzleHttp\Psr7\Response;

0 commit comments

Comments
 (0)