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

Fix Test CircuitBreakerUrlTest.testGet and RemoteAnnouncementsLoaderIntegrationTest.TestAnnouncementsLoader #30420

Closed
erickgonzalez opened this issue Oct 22, 2024 · 1 comment · Fixed by #30422
Assignees
Labels

Comments

@erickgonzalez
Copy link
Contributor

erickgonzalez commented Oct 22, 2024

Parent Issue

No response

Task

With the redesign of dotcms.com, we broke the CircuitBreakerUrlTest.testGet.

Also we broke RemoteAnnouncementsLoaderIntegrationTest.TestAnnouncementsLoader it's trying to use the content endpoint to get the announcements content but it's trying to be render as page so it throws a 404. Trying the same query against auth it works. This is breaking Announcements feature in all dotcms versions.

Proposed Objective

Code Maintenance

Proposed Priority

Priority 1 - Show Stopper

Acceptance Criteria

Tests must pass without issues, and the announcements feature should work in all dotcms versions.

External Links... Slack Conversations, Support Tickets, Figma Designs, etc.

No response

Assumptions & Initiation Needs

No response

Quality Assurance Notes & Workarounds

No response

Sub-Tasks & Estimates

No response

Copy link

@erickgonzalez erickgonzalez changed the title Fix Test CircuitBreakerUrlTest.testGet Fix Test CircuitBreakerUrlTest.testGet and RemoteAnnouncementsLoaderIntegrationTest.TestAnnouncementsLoader Oct 22, 2024
@erickgonzalez erickgonzalez moved this from New to In Progress in dotCMS - Product Planning Oct 22, 2024
erickgonzalez added a commit that referenced this issue Oct 22, 2024
@erickgonzalez erickgonzalez added the Next LTS Release Shortlisted of issues that will be included in the upcoming LTS label Oct 22, 2024
erickgonzalez added a commit that referenced this issue Oct 22, 2024
@erickgonzalez erickgonzalez moved this from In Progress to In Review in dotCMS - Product Planning Oct 22, 2024
erickgonzalez added a commit that referenced this issue Oct 22, 2024
erickgonzalez added a commit that referenced this issue Oct 22, 2024
erickgonzalez added a commit that referenced this issue Oct 22, 2024
github-merge-queue bot pushed a commit that referenced this issue Oct 22, 2024
…0420 (#30422)

This pull request includes a small change to the `CircuitBreakerUrlTest`
test case. The change updates the assertion to check for a different
string in the response content.

*
[`dotcms-integration/src/test/java/com/dotcms/http/CircuitBreakerUrlTest.java`](diffhunk://#diff-a86d291af87dcbb5dfa27d7faa1479a6ca1237bc77d89e38dba28f1cb29d4c26L379-R379):
Updated the assertion in `public void testGet()` to check for the string
"dotCMS empowers brands to simplify content creation" instead of
"/application/themes/dotcms/js/bootstrap.min.js".
@github-project-automation github-project-automation bot moved this from In Review to Internal QA in dotCMS - Product Planning Oct 23, 2024
@erickgonzalez erickgonzalez moved this from Internal QA to Done in dotCMS - Product Planning Oct 23, 2024
@erickgonzalez erickgonzalez added Release : 23.10.24 v18 Included in LTS patch release 23.10.24 v18 Release : 24.04.24 v10 Included in LTS patch release 24.04.24 v10 and removed Next LTS Release Shortlisted of issues that will be included in the upcoming LTS labels Oct 25, 2024
spbolton pushed a commit that referenced this issue Nov 11, 2024
…0420 (#30422)

This pull request includes a small change to the `CircuitBreakerUrlTest`
test case. The change updates the assertion to check for a different
string in the response content.

*
[`dotcms-integration/src/test/java/com/dotcms/http/CircuitBreakerUrlTest.java`](diffhunk://#diff-a86d291af87dcbb5dfa27d7faa1479a6ca1237bc77d89e38dba28f1cb29d4c26L379-R379):
Updated the assertion in `public void testGet()` to check for the string
"dotCMS empowers brands to simplify content creation" instead of
"/application/themes/dotcms/js/bootstrap.min.js".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants