Skip to content

Commit

Permalink
ui: fix volume serializer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Dec 18, 2021
1 parent e6ee061 commit efd05ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/tests/unit/serializers/volume-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ module('Unit | Serializer | Volume', function(hooks) {
attributes: {
createTime: REF_DATE,
modifyTime: REF_DATE,
namespace: 'namespace-2',
taskGroupName: 'foobar',
wasPreempted: false,
states: [],
Expand Down Expand Up @@ -292,6 +293,7 @@ module('Unit | Serializer | Volume', function(hooks) {
attributes: {
createTime: REF_DATE,
modifyTime: REF_DATE,
namespace: 'namespace-2',
taskGroupName: 'write-here',
wasPreempted: false,
states: [],
Expand Down Expand Up @@ -324,6 +326,7 @@ module('Unit | Serializer | Volume', function(hooks) {
attributes: {
createTime: REF_DATE,
modifyTime: REF_DATE,
namespace: 'namespace-2',
taskGroupName: 'look-if-you-must',
wasPreempted: false,
states: [],
Expand Down

0 comments on commit efd05ea

Please sign in to comment.