|
|
@@ -2,7 +2,7 @@
|
|
|
%% Copyright (c) 2023 EMQ Technologies Co., Ltd. All Rights Reserved.
|
|
|
%%--------------------------------------------------------------------
|
|
|
|
|
|
--module(emqx_bridge_cassandra_impl_SUITE).
|
|
|
+-module(emqx_bridge_cassandra_connector_SUITE).
|
|
|
|
|
|
-compile(nowarn_export_all).
|
|
|
-compile(export_all).
|
|
|
@@ -16,7 +16,7 @@
|
|
|
%% Cassandra server defined at `.ci/docker-compose-file/docker-compose-cassandra-tcp.yaml`
|
|
|
%% You can change it to `127.0.0.1`, if you run this SUITE locally
|
|
|
-define(CASSANDRA_HOST, "cassandra").
|
|
|
--define(CASSANDRA_RESOURCE_MOD, emqx_bridge_cassandra_impl).
|
|
|
+-define(CASSANDRA_RESOURCE_MOD, emqx_bridge_cassandra_connector).
|
|
|
|
|
|
%% This test SUITE requires a running cassandra instance. If you don't want to
|
|
|
%% bring up the whole CI infrastuctucture with the `scripts/ct/run.sh` script
|