Skip to content

Commit f2ccc51

Browse files
Change password back
1 parent f7ee1b3 commit f2ccc51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
BASE_URI = "https://api.dev.documentcloud.org/api/"
1818
AUTH_URI = "https://dev.squarelet.com/api/"
1919
USERNAME = "test-user"
20-
PASSWORD = "testing!"
20+
PASSWORD = "test-password"
2121
TIMEOUT = 2.0
2222
DEFAULT_DOCUMENT_URI = "https://assets.documentcloud.org/documents/20071460/test.pdf"
2323

0 commit comments

Comments
 (0)