Remove diff check for ServiceID, may it R.I.P.
This commit is contained in:
parent
79c675cf72
commit
baac19cad6
|
@ -2486,12 +2486,6 @@ func TestTaskDiff(t *testing.T) {
|
|||
Old: "foo",
|
||||
New: "bar",
|
||||
},
|
||||
{
|
||||
Type: DiffTypeNone,
|
||||
Name: "ServiceID",
|
||||
Old: "",
|
||||
New: "",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -2757,12 +2751,6 @@ func TestTaskDiff(t *testing.T) {
|
|||
Old: "",
|
||||
New: "",
|
||||
},
|
||||
{
|
||||
Type: DiffTypeNone,
|
||||
Name: "ServiceID",
|
||||
Old: "",
|
||||
New: "",
|
||||
},
|
||||
},
|
||||
Objects: []*ObjectDiff{
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue