Skip to content

Commit

Permalink
fixup! fix specs - use hashed values for default_password, ensure tha…
Browse files Browse the repository at this point in the history
…t default user and password is set after specs have run, remove spec for env variables since it does not work
  • Loading branch information
viktorerlingsson committed Jan 22, 2025
1 parent a39bd4e commit b8f7727
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/users_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ describe LavinMQ::Server do
LavinMQ::Config.instance.default_user = "guest"
LavinMQ::Config.instance.default_password = LavinMQ::User.hash_password("guest", "SHA256").to_s
end

end

describe LavinMQ::Tag do
Expand Down

0 comments on commit b8f7727

Please sign in to comment.