Skip to content

Fix Windows test failure by replacing angle bracket placeholders#2950

Merged
adamtheturtle merged 1 commit intomainfrom
adamtheturtle/fix-failing-tests
Feb 18, 2026
Merged

Fix Windows test failure by replacing angle bracket placeholders#2950
adamtheturtle merged 1 commit intomainfrom
adamtheturtle/fix-failing-tests

Conversation

@adamtheturtle
Copy link
Member

@adamtheturtle adamtheturtle commented Feb 18, 2026

Summary

Replace angle bracket placeholders in the example env file with alphanumeric examples. The Windows tests were failing because placeholder values like <VUMARK_TARGET_ID> were being URL-encoded to %3CVUMARK_TARGET_ID%3E, which didn't match the mock's [A-Za-z0-9]+ URL pattern.

Test plan

  • Windows tests should now pass when using the example env file
  • The test test_generate_instance_success[In Memory Mock Vuforia] should no longer fail with "Connection refused by Responses"

🤖 Generated with Claude Code


Note

Low Risk
Low risk documentation/config-example change only; it updates sample env values to avoid Windows URL-encoding edge cases in tests.

Overview
Updates vuforia_secrets.env.example to replace angle-bracket placeholder values (e.g. <...>) with alphanumeric example strings for all Vuforia keys/IDs, including inactive and VuMark entries, preventing placeholder URL-encoding from breaking Windows-based tests.

Written by Cursor Bugbot for commit 7f0bd30. This will update automatically on new commits. Configure here.

…file

The example env file used angle bracket placeholders (e.g., <DATABASE_NAME>)
which were causing Windows tests to fail. When these placeholder values
were URL-encoded in the VuMark test, the < and > characters became %3C and
%3E, which didn't match the mock's [A-Za-z0-9]+ URL pattern. Replacing
all placeholders with descriptive alphanumeric examples fixes this issue
while maintaining clarity about what each value represents.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@adamtheturtle adamtheturtle merged commit d1f5e50 into main Feb 18, 2026
106 checks passed
@adamtheturtle adamtheturtle deleted the adamtheturtle/fix-failing-tests branch February 18, 2026 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant