Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
pronovic committed Jun 19, 2022
1 parent ffc8761 commit 9b98b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_dispatcher(self, config):
assert dispatcher().config is not None

# Spot-check the SmartApp definition, just to be sure it loaded ok from disk
assert dispatcher().definition.id == "smartapp-sensortrack"
assert dispatcher().definition.id == "sensortrack"
assert dispatcher().definition.name == "Sensor Tracking"

# Confirm that event handler is set as expected
Expand Down

0 comments on commit 9b98b41

Please sign in to comment.