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

[PM-14818] Adjust instructions for running EF integration tests #457

Merged
merged 15 commits into from
Jan 23, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/contributing/testing/database/index.md
Co-authored-by: Maciej Zieniuk <[email protected]>
addisonbeck and mzieniukbw authored Jan 21, 2025
commit 64969e938af68113efe44a7b7f39010147afe74a
2 changes: 1 addition & 1 deletion docs/contributing/testing/database/index.md
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ with just a single database type and want to run the tests just for it instead o

### Locally

To set the tests up locally you may want to add the configuration to your `dev/secrets.json` file.
To set the tests up locally you may want to add the configuration to your `server/dev/secrets.json` file.
You may have already done this during setup and can just run the tests with `dotnet test`. If not,
please refer to
[the getting started guide](/getting-started/server/database/ef/#testing-ef-changes).