Skip to content
Snippets Groups Projects
Verified Commit 46d5cea0 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Replace lost ')'

parent 102af2ae
No related branches found
No related tags found
No related merge requests found
Pipeline #109629 failed
......@@ -12,7 +12,7 @@ class ForemanPasswordstate::HostInfoProviderTest < ActiveSupport::TestCase
test 'it generates reasonable passwordstate info' do
assert host.passwordstate_facet
pwlist = ::Passwordstate::Resources::PasswordList.new(password_list_id: 5, password_list: 'Test', tree_path: '\\Passwords'
pwlist = ::Passwordstate::Resources::PasswordList.new(password_list_id: 5, password_list: 'Test', tree_path: '\\Passwords')
get_pwlist = stub_request(:get, 'https://passwordstate.localhost.localdomain/winapi/passwordlists/5')
host.passwordstate_facet.stubs(:password_list).returns(pwlist)
host.stubs(:host_pass) # Avoid server availability testing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment