stela ops usage fixes roles propagation and timoeut, one account to support multi tenants, migrations consolidation, search to support documentation, doctor and open api vector db search
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
using System.Threading.Tasks;
|
||||
using StellaOps.Cli.Services;
|
||||
using StellaOps.Platform.Database;
|
||||
using Xunit;
|
||||
|
||||
namespace StellaOps.Cli.Tests.Commands;
|
||||
@@ -9,6 +9,6 @@ public class MigrationCommandHandlersTests
|
||||
[Fact]
|
||||
public void Registry_Has_All_Modules()
|
||||
{
|
||||
Assert.Equal(6, MigrationModuleRegistry.Modules.Count);
|
||||
Assert.Equal(10, MigrationModuleRegistry.Modules.Count);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user