Skip to content

Commit

Permalink
Remove Timezone from non time related test
Browse files Browse the repository at this point in the history
Co-Authored-By: mauricedoepke <mauricepdoepke@gmail.com>
  • Loading branch information
erohmensing and mauricedoepke authored Mar 1, 2019
1 parent 538b73c commit fae8219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base/test_extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def test_duckling_entity_extractor(component_builder):
_config = RasaNLUModelConfig(
{"pipeline": [{"name": "DucklingHTTPExtractor"}]}
)
_config.set_component_attr(0, dimensions=["number"], timezone="UTC",
_config.set_component_attr(0, dimensions=["number"],
url="http://localhost:8000")
ducklingNumber = component_builder.create_component(
_config.for_component(0),
Expand Down

0 comments on commit fae8219

Please sign in to comment.