Use environment-specific URLs instead of
...hard-coded ones
This commit is contained in:
parent
6ca5704c21
commit
1b05e63a20
76 changed files with 91 additions and 91 deletions
|
@ -9,7 +9,7 @@ tags:
|
|||
- test-driven-development
|
||||
---
|
||||
|
||||
If you have multiple implementations of a service, as I [mentioned in yesterday's email](https://www.oliverdavies.uk/archive/2023/08/23/dont-use-third-party-services-directly), you need to ensure they all provide the same functionality.
|
||||
If you have multiple implementations of a service, as I [mentioned in yesterday's email]({{site.url}}/archive/2023/08/23/dont-use-third-party-services-directly), you need to ensure they all provide the same functionality.
|
||||
|
||||
You need to be able to run the same tests against each implementation and have them pass.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue