We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b56745 commit 50b0d8cCopy full SHA for 50b0d8c
osgtest/tests/test_155_stashcache.py
@@ -83,7 +83,7 @@
83
# "/DC=org/DC=opensciencegrid/C=US/O=OSG Software/OU=People/CN=vdttest"
84
# is b64f6609.0
85
user_DN_hash = "b64f6609.0"
86
-CACHE_AUTHFILE_CONTENTS = "u b64f6609.0 /osgtest/PROTECTED rl\n"
+CACHE_AUTHFILE_CONTENTS = "u user_DN_hash /osgtest/PROTECTED rl\n" % (user_DN_hash)
87
CACHE_PUBLIC_AUTHFILE_PATH = PARAMS["StashCachePublicAuthfile"]
88
CACHE_PUBLIC_AUTHFILE_CONTENTS = """
89
u * /osgtest/PROTECTED -rl \
0 commit comments