Skip to content

Commit

Permalink
fix(validation_client): use SEED use case for bsync validation
Browse files Browse the repository at this point in the history
  • Loading branch information
macintoshpie committed Jun 2, 2020
1 parent 50d06bc commit d19bc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/building_sync/validation_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

VALIDATION_API_URL = "https://selectiontool.buildingsync.net/api/validate"
DEFAULT_SCHEMA_VERSION = '2.0.0'
DEFAULT_USE_CASE = 'BRICR_SEED'
DEFAULT_USE_CASE = 'SEED'


class ValidationClientException(Exception):
Expand Down

0 comments on commit d19bc27

Please sign in to comment.