Skip to content

Commit 2d77886

Browse files
committed
..
1 parent a547176 commit 2d77886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-tests/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function prepare_policy_repo {
4747
echo "- Clone tests policy repo to create test's branch"
4848
export OPAL_POLICY_REPO_URL
4949
export POLICY_REPO_BRANCH
50-
OPAL_POLICY_REPO_URL=${OPAL_POLICY_REPO_URL:-git@github.com:permitio/opal-tests-policy-repo.git}
50+
OPAL_POLICY_REPO_URL=${OPAL_POLICY_REPO_URL:-git@github.com:daveads/opal-example-policy-repo.git}
5151
POLICY_REPO_BRANCH=test-$RANDOM$RANDOM
5252
rm -rf ./opal-tests-policy-repo
5353
git clone "$OPAL_POLICY_REPO_URL"

0 commit comments

Comments
 (0)