mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-05-24 06:26:33 -04:00
SDK-2627: Add version param to Plugin
This commit is contained in:
@@ -60,7 +60,7 @@ def plugin(reader, writer):
|
||||
stack.enter_context(patch.object(Plugin, method, new_callable=AsyncMock))
|
||||
for method in methods:
|
||||
stack.enter_context(patch.object(Plugin, method))
|
||||
yield Plugin(Platform.Generic, reader, writer, "token")
|
||||
yield Plugin(Platform.Generic, "0.1", reader, writer, "token")
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def my_caplog(caplog):
|
||||
|
||||
Reference in New Issue
Block a user