Skip to content

Commit

Permalink
Merge pull request #190 from pulibrary/fix-tests
Browse files Browse the repository at this point in the history
Test on the test solr port!
  • Loading branch information
eliotjordan authored Oct 30, 2024
2 parents b86706c + 1d9b78d commit 4a22538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ config :phoenix_live_view,

# Configure Solr connection
config :dpul_collections, :solr, %{
base_url: System.get_env("SOLR_BASE_URL") || "http://localhost:8985",
base_url: System.get_env("SOLR_BASE_URL") || "http://localhost:8984",
read_collection: "dpulc",
username: "solr",
password: "SolrRocks"
Expand Down

0 comments on commit 4a22538

Please sign in to comment.