gave it a proper output

This commit is contained in:
root
2019-09-20 04:12:28 +00:00
parent de8eb60370
commit 61f0363859

View File

@@ -33,7 +33,7 @@ class TC_Filesystem < Test::Unit::TestCase
test_file = '../../config.yaml'
user_cred=YAML.load_file(test_file)
x= user_cred['beef']['credentials']
assert_equal({"passwd"=>"beef", "user"=>"beef"}, x, 'this shall not work' )
assert_equal({"passwd"=>"beef", "user"=>"beef"}, x, 'The default creds are not set' )
end
def test_install_file