summaryrefslogtreecommitdiff
path: root/test/http_decoder/test_env/spec.toml
diff options
context:
space:
mode:
Diffstat (limited to 'test/http_decoder/test_env/spec.toml')
-rw-r--r--test/http_decoder/test_env/spec.toml11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/http_decoder/test_env/spec.toml b/test/http_decoder/test_env/spec.toml
deleted file mode 100644
index 626f85b..0000000
--- a/test/http_decoder/test_env/spec.toml
+++ /dev/null
@@ -1,11 +0,0 @@
-# stellar_plugin.toml
-#
-[[plugin]]
-path = "./stellar_plugin/http_decoder.so"
-init = "http_decoder_init"
-exit = "http_decoder_exit"
-
-[[plugin]]
-path = "./stellar_plugin/http_decoder_test.so"
-init = "http_decoder_test_init"
-exit = "http_decoder_test_exit"