Skip to content

Commit

Permalink
Update services/provider/server/server_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: raaizik <132667934+raaizik@users.noreply.github.com>

Co-authored-by: Rewant Soni <rewant.soni@gmail.com>
  • Loading branch information
raaizik and rewantsoni committed Sep 11, 2024
1 parent bd6ccbb commit 8d3d0da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions services/provider/server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1136,9 +1136,7 @@ func TestOCSProviderServerGetStorageClaimConfig(t *testing.T) {
data, err := json.Marshal(mockResoruce.Data)
assert.NoError(t, err)
assert.Equal(t, string(extResource.Data), string(data))
assert.NoError(t, err)
assert.True(t, reflect.DeepEqual(extResource.Labels, mockResoruce.Labels))
assert.NoError(t, err)
assert.True(t, reflect.DeepEqual(extResource.Annotations, mockResoruce.Annotations))
assert.Equal(t, extResource.Kind, mockResoruce.Kind)
assert.Equal(t, extResource.Name, mockResoruce.Name)
Expand Down

0 comments on commit 8d3d0da

Please sign in to comment.