rename "Insights Basic Auth" to "Insights"

see: #6870
This commit is contained in:
Ryan Petrello
2017-07-03 16:25:15 -04:00
parent 767de60af6
commit cd7dc39703
2 changed files with 4 additions and 4 deletions

View File

@@ -320,7 +320,7 @@ def test_insights_migration():
'password': 'some-password',
})
assert cred.credential_type.name == 'Insights Basic Auth'
assert cred.credential_type.name == 'Insights'
assert cred.inputs['username'] == 'bob'
assert cred.inputs['password'].startswith('$encrypted$')