You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -524,5 +551,15 @@ defmodule AlgoliaxTest.ReplicaTest do
524
551
body: %{"facetQuery"=>"2"}
525
552
})
526
553
end
554
+
555
+
test"should raise error on invalid replica config"do
556
+
assert_raise(
557
+
Algoliax.InvalidReplicaConfigurationError,
558
+
"Invalid configuration for replica algoliax_people_replicas_asc: `if` must be `nil|true|false` or be the name of a 0-arity func which returns a boolean.",
0 commit comments