From 9558f04ba53541f02c1215a50258bb407500bfcc Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Mon, 13 Jan 2025 16:56:32 +0000 Subject: [PATCH] Update test_jwt_owner_agent.sh --- test_jwt_owner_agent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_jwt_owner_agent.sh b/test_jwt_owner_agent.sh index bc8b6f3..df19b24 100644 --- a/test_jwt_owner_agent.sh +++ b/test_jwt_owner_agent.sh @@ -18,7 +18,7 @@ set -euo pipefail # 4. Does not require any changes to the application. # Usage: -# JWT_TOKEN=your_owner_jwt_token ./jwt_owner_example.sh /path/to/mediafile.jpg +# JWT_TOKEN=your_owner_jwt_token ./test_jwt_owner_agent.sh /path/to/mediafile.jpg # Prerequisites: # - Replace 'your_owner_jwt_token' with a valid JWT token with 'owner' role.