Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
indam23 committed Jan 31, 2022
1 parent 802c16c commit 9e8c982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/api/test_rasaxapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

logger = logging.getLogger(__name__)


def test_get_auth():
rasax = RasaXAPI()
actual_auth_headers = rasax.get_auth_header()
Expand Down
2 changes: 1 addition & 1 deletion tests/test_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_action_tag_feedback(
expected_tags: List[Dict],
rasa_x_convo: None,
rasa_x_auth_header: Dict[Text, Text],
rasa_x_conversation_endpoint: Text
rasa_x_conversation_endpoint: Text,
):
tracker.slots["feedback_value"] = feedback_value
action = actions.ActionTagFeedback()
Expand Down

0 comments on commit 9e8c982

Please sign in to comment.