Skip to content

Commit b486bfa

Browse files
author
Piet Schrijver
committed
Fix switch script path in README.md
1 parent 8d4e580 commit b486bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ make testacc_cleanup
8383
The Azure identity role test can only run against an actual Azure postgres instance, also only a Microsoft Entra administrator is allowed to manage Microsoft Entra roles
8484
In order to run the Azure identity test, run the following commands:
8585
```sh
86-
source tests/
86+
source tests/switch_azure_ad_user.sh
8787

8888
TF_LOG=INFO go test -v ./postgresql -run ^TestAccPostgresqlRole_AzureIdentity
8989
```

0 commit comments

Comments
 (0)