mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-27 18:24:11 +00:00
[refactor] WIP: python version, has_registry, security_pending deleted
This commit is contained in:
@@ -325,7 +325,7 @@ describe.skip('useConflictDetection with Registry Store', () => {
|
||||
expect(unknownPackage.conflicts).toEqual(
|
||||
expect.arrayContaining([
|
||||
expect.objectContaining({
|
||||
type: 'security_pending',
|
||||
type: 'pending',
|
||||
current_value: 'no_registry_data',
|
||||
required_value: 'registry_data_available'
|
||||
})
|
||||
|
||||
@@ -17,7 +17,7 @@ describe('useConflictDetectionStore', () => {
|
||||
is_compatible: false,
|
||||
conflicts: [
|
||||
{
|
||||
type: 'security_pending',
|
||||
type: 'pending',
|
||||
current_value: 'no_registry_data',
|
||||
required_value: 'registry_data_available'
|
||||
}
|
||||
@@ -130,7 +130,7 @@ describe('useConflictDetectionStore', () => {
|
||||
})
|
||||
|
||||
describe('securityPendingPackages', () => {
|
||||
it('should filter packages with security_pending conflicts', () => {
|
||||
it('should filter packages with pending conflicts', () => {
|
||||
const store = useConflictDetectionStore()
|
||||
store.setConflictedPackages(mockConflictedPackages)
|
||||
|
||||
@@ -234,7 +234,7 @@ describe('useConflictDetectionStore', () => {
|
||||
required_value: 'not_banned'
|
||||
},
|
||||
{
|
||||
type: 'security_pending',
|
||||
type: 'pending',
|
||||
current_value: 'no_registry_data',
|
||||
required_value: 'registry_data_available'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user