Skip to content

Commit 19b60cd

Browse files
committed
specify dealer type (resolves "Dealer uses "null" revision" error during coverage testing)
1 parent e59072d commit 19b60cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cc_legal_tools/settings/base.py

+2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@
8181
}
8282
}
8383

84+
DEALER_TYPE = "git"
85+
8486
# Absolute filesystem path to the directory that will hold user-uploaded files.
8587
# Example: "/home/media/media.lawrence.com/media/"
8688
MEDIA_ROOT = os.path.join(PROJECT_ROOT, "tmp", "public", "media")

0 commit comments

Comments
 (0)