Skip to content

Commit

Permalink
update auth test to pebble
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpeterkort committed Feb 6, 2025
1 parent 09004a7 commit a9b9bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
run: |
# start grip server
chmod +x grip
./grip server --rpc-port 18202 --http-port 18201 --config ./test/badger-auth.yml &
./grip server --rpc-port 18202 --http-port 18201 --config ./test/pebble-auth.yml &
sleep 5
# simple auth
# run tests without credentials, should fail
Expand All @@ -228,7 +228,7 @@ jobs:
echo "Got expected auth error"
fi
# run specialized role based tests
make test-authorization ARGS="--grip_config_file_path test/badger-auth.yml"
make test-authorization ARGS="--grip_config_file_path test/pebble-auth.yml"
Expand Down

0 comments on commit a9b9bd3

Please sign in to comment.