Skip to content

Commit

Permalink
Merge pull request #181 from Workiva/kennytrytek-wf-patch-1
Browse files Browse the repository at this point in the history
O11Y-4831: Use test URL in test
  • Loading branch information
rmconsole3-wf authored Aug 5, 2024
2 parents 010a9a4 + 45b8aa0 commit 7540964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/sdk/exporters/collector_exporter_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import '../../mocks.dart';
void main() {
late MockHttpClient mockClient;
final uri =
Uri.parse('https://h.wdesk.org/s/opentelemetry-collector/v1/traces');
Uri.parse('https://example.test/s/opentelemetry-collector/v1/traces');

setUp(() {
mockClient = MockHttpClient();
Expand Down

0 comments on commit 7540964

Please sign in to comment.