From c9d018c136cd48dd12a2efb1d800b89ed1889200 Mon Sep 17 00:00:00 2001 From: Rob van der Linde Date: Fri, 8 Mar 2024 00:06:12 +1300 Subject: [PATCH] readme: fix typo 'against' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 705bfd3..172ad24 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ The tests need a real Redis instance and a Samba host or Active Directory domain to connect to as the Administrator or admin user. WARNING: The tests will be creating users and various other objects -on the domain, so should never be run again a production server. +on the domain, so should never be run against a production server. The Makefile contains the lint and test commands which run pytest and ruff: