Skip to content

Commit 4804f17

Browse files
authored
remove confusing auth code string (#525)
1 parent 2df8b37 commit 4804f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
TASK_HUB_NAME = "DurableFunctionsHub"
1111
BASE_URL = "http://localhost:7071/runtime/webhooks/durabletask"
12-
AUTH_CODE = "iDFeaQCSAIuXoodl6/w3rdvHZ6Nl7yJwRrHfeInNWDJjuiunhxk8dQ=="
12+
AUTH_CODE = "NOT-REAL-AUTH"
1313

1414

1515
def get_binding_string():

0 commit comments

Comments
 (0)