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

[DMS-457] Set based path for the DMS and Config Service #382

Merged
merged 5 commits into from
Jan 14, 2025

Conversation

CSR2017
Copy link
Contributor

@CSR2017 CSR2017 commented Jan 8, 2025

No description provided.

@CSR2017 CSR2017 marked this pull request as ready for review January 8, 2025 20:43
apiDetails?.dataModels.Should().NotBeNull();
apiDetails?.dataModels.Count().Should().Be(1);
apiDetails?.dataModels[0].name.Should().Be("Ed-Fi");
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add a test that POST response Location header correctly includes the base path?
Want to ensure that AspNetCoreFrontend.ToResult() sets the correct Location header from frontendResponse.LocationHeaderPath. It might need to be an E2E test.

Copy link
Contributor

@bradbanister bradbanister left a comment

Choose a reason for hiding this comment

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

Looks great, thanks for adding tests

@bradbanister bradbanister merged commit 109fc68 into main Jan 14, 2025
15 checks passed
@bradbanister bradbanister deleted the DMS-457-v1 branch January 14, 2025 15:38
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