summaryrefslogtreecommitdiff
path: root/topics/ADR
diff options
context:
space:
mode:
Diffstat (limited to 'topics/ADR')
-rw-r--r--topics/ADR/gn3/002-run-rdf-tests-in-build-container.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/ADR/gn3/002-run-rdf-tests-in-build-container.gmi b/topics/ADR/gn3/002-run-rdf-tests-in-build-container.gmi
index a7834ed..52ece2b 100644
--- a/topics/ADR/gn3/002-run-rdf-tests-in-build-container.gmi
+++ b/topics/ADR/gn3/002-run-rdf-tests-in-build-container.gmi
@@ -16,7 +16,7 @@ SPARQL_CRUD_AUTH_URI="http://localhost:8890/sparql-graph-crud-auth"
FAHAMU_AUTH_TOKEN="XXXXXX"
```
-This extra bootstrapping when running tests needs care, and locks tests to CD or special configuration when running locally. This leads to a fragile tests that cause CD to break. Moreover, to add tests to CD, we would have to add extra g-exp to gn-machines.
+This extra bootstrapping when running tests needs care, and locks tests to CD or special configuration when running locally. This leads to fragile tests that cause CD to break. Moreover, to add tests to CD, we would have to add extra g-exp to gn-machines.
This ADR is related to: