Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3764127
D3347.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
818 B
Referenced Files
None
Subscribers
None
D3347.diff
View Options
diff --git a/_tests/modules/test_rabbitmq.py b/_tests/modules/test_rabbitmq.py
--- a/_tests/modules/test_rabbitmq.py
+++ b/_tests/modules/test_rabbitmq.py
@@ -5,12 +5,12 @@
salt_test_case = SourceFileLoader("salt_test_case", "salt_test_case.py").load_module()
-rabbitmq = SourceFileLoader("rabbitmq", "../_modules/rabbitmq.py").load_module()
+rabbitmq = SourceFileLoader("rabbitmq", "../_modules/rabbitmq_api.py").load_module()
class Testinstance(unittest.TestCase, salt_test_case.SaltTestCase):
def test_compute_password_hash_with_salt(self):
self.assertEqual(
"kI3GCqW5JLMJa4iX1lo7X4D6XbYqlLgxIs30+P6tENUV2POR",
- rabbitmq._compute_password_hash_with_salt(0x908DC60A, "test12"),
+ rabbitmq.compute_password_hash_with_salt(0x908DC60A, "test12"),
)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 04:19 (16 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2257125
Default Alt Text
D3347.diff (818 B)
Attached To
Mode
D3347: Fix tests for RabbitMQ password hash
Attached
Detach File
Event Timeline
Log In to Comment