Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit 24431f5

Browse files
committed
Activate mocking by default
2 parents 922cd79 + f1be2bb commit 24431f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typeform/test/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
TOKEN = os.environ.get('TYPEFORM_TOKEN')
88

99
# Tests will be scoped to this workspace.
10-
WORKSPACE = 'https://api.typeform.com/workspaces/[YOUR WORKSPACE ID]'
10+
WORKSPACE = 'https://api.typeform.com/workspaces/hn3dNa'
1111
WORKSPACE_ID = WORKSPACE.split('/')[-1]
1212

1313
if MOCK and (not TOKEN or '[YOUR WORKSPACE ID]' in WORKSPACE):

0 commit comments

Comments
 (0)