Skip to content

Commit

Permalink
Merge pull request #143 from singnet/bugfix/fix-integration-test
Browse files Browse the repository at this point in the history
Fix integration test removing MettaType Link
  • Loading branch information
marcocapozzoli authored Sep 6, 2024
2 parents f26a273 + aa2da09 commit 3cfe475
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
symbol = 'Symbol'
concept = 'Concept'
similarity = 'Similarity'
metta_type = 'MettaType'
# metta_type = 'MettaType'
expression = 'Expression'
inheritance = 'Inheritance'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest
from actions import ActionType
from tests.integration.handle.base_test_action import BaseTestHandlerAction, metta_type
from tests.integration.handle.base_test_action import BaseTestHandlerAction, expression


class TestGetLinkAction(BaseTestHandlerAction):
Expand All @@ -14,10 +14,11 @@ def valid_event(self, action_type):
"body": {
"action": action_type,
"input": {
"link_type": metta_type,
"link_type": expression,
"link_targets": [
"a408f6dd446cdd4fa56f82e77fe6c870",
"5e50ef7542bb0fde52aed0d841335790",
"0ca31260e280b30d70238d08e150b78d",
"ae7ab1a9791ca0dcbf54ca7955bbdbc9",
"6872b1cd2cfbc483ac52687852e5f1ad",
],
},
}
Expand Down

0 comments on commit 3cfe475

Please sign in to comment.