Skip to content

Commit 289c7f0

Browse files
small cleanup (#3125)
1 parent 0f1f596 commit 289c7f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contributing/testing-best-practices.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
- All resource folders must have a `main_test.go` file to handle resource reuse lifecycle, e.g. [here](https://github.com/mongodb/terraform-provider-mongodbatlas/blob/f3ff5bb678c1b07c16cc467471f483e483565427/internal/service/advancedcluster/main_test.go).
1717
- `internal/testutil/acc` contains helper test functions for Acceptance tests.
1818
- `internal/testutil/mig` contains helper test functions specifically for Migration tests.
19-
- `internal/testutil/replay` contains helper test functions for [Hoverfly](https://docs.hoverfly.io/en/latest/). Hoverfly is used to capture and replay HTTP traffic with MongoDB Atlas.
2019
- `internal/testutil/unit` contains helper test functions for [MacT (Mocked Acceptance Tests)](#mact---mocked-acceptance-tests). MacT is used to capture and replay HTTP traffic with MongoDB Atlas and allow diff assertions on requests.
2120

2221
## Unit tests
@@ -55,7 +54,6 @@ Enviroment Variable | Description
5554
--- | ---
5655
`MONGODB_ATLAS_PROJECT_ID` | Re-use an existing project reducing test run duration for resources supporting this variable
5756
`MONGODB_ATLAS_CLUSTER_NAME` | Re-use an existing cluster reducing significantly test run duration for resources supporting this variable
58-
`REPLAY_MODE` | Use [Hoverfly](https://docs.hoverfly.io/en/latest/), more info about possible variable values [here](https://github.com/mongodb/terraform-provider-mongodbatlas/blob/master/contributing/development-setup.md#replaying-http-requests-with-hoverfly)
5957

6058
## Shared resources
6159

0 commit comments

Comments
 (0)