Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize use of testing-mocks.tfe for run_tasks_url between CI and Nightly tests #1473

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

Maed223
Copy link
Contributor

@Maed223 Maed223 commented Sep 18, 2024

Description

Follow-up work to this PR that migrated away from using example.com for the testing run task url.

Standardized use of http://testing-mocks.tfe:22180/runtasks/pass between CI and Nightly tests, as well as fixes for the failing tests that popped up from using this new URL. Turns out we were just incorrectly formatting certain query params.

Testing plan

Fixed failing tests

…en CI and Nightly tests. Fix failing tests using incorrect format for query params.
@Maed223 Maed223 changed the title potential fix Standardize use of testing-mocks.tfe for run_tasks_url between CI and Nightly tests Sep 18, 2024
@Maed223 Maed223 marked this pull request as ready for review September 18, 2024 20:43
@Maed223 Maed223 requested a review from a team as a code owner September 18, 2024 20:43
"tfe_notification_configuration.foobar", "url", fmt.Sprintf("%s/?update=true", runTasksURL())),
"tfe_notification_configuration.foobar", "url", fmt.Sprintf("%s?update=true", runTasksURL())),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦‍♂️

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't worry it took me quite awhile to realize it myself 😄

Copy link
Contributor

@ctrombley ctrombley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Maed223 Maed223 merged commit efb57e0 into main Sep 18, 2024
10 checks passed
@Maed223 Maed223 deleted the test-tfe-mock-fix branch September 18, 2024 22:15
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.

2 participants