Bundle MongoDB Atlas (#8309)

This commit is contained in:
Jim Kalafut
2020-02-07 14:09:39 -08:00
committed by GitHub
parent 62be2a0e37
commit 264c446de6
106 changed files with 9175 additions and 8447 deletions

View File

@@ -367,6 +367,8 @@ func TestPredict_Plugins(t *testing.T) {
"ldap",
"mongodb",
"mongodb-database-plugin",
"mongodbatlas",
"mongodbatlas-database-plugin",
"mssql",
"mssql-database-plugin",
"mysql",
@@ -412,7 +414,7 @@ func TestPredict_Plugins(t *testing.T) {
}
}
if !reflect.DeepEqual(act, tc.exp) {
t.Errorf("expected %q to be %q", act, tc.exp)
t.Errorf("expected:%q, got: %q", tc.exp, act)
}
})
}