localstack / plux

A dynamic code loading framework for building pluggable Python distributions
https://github.com/localstack/plux
Apache License 2.0
72 stars 0 forks source link

fix: keyword arguments for plugin load #5

Closed giograno closed 1 year ago

giograno commented 1 year ago

This PR fixes the a small typo preventing the correct usage of arbitrary keyword arguments when loading a plugin. It slightly adapt a test to simply check that the arguments are received correctly.