Fix invalid references for progress page block
This commit is contained in:
@@ -234,7 +234,7 @@ func assertState(ctx context.Context, t *testing.T, s store.Storer, req *require
|
||||
pg1 := pages.FindByHandle("test_ns_1_page_1")
|
||||
req.NotNil(pg1)
|
||||
|
||||
req.Len(pg1.Blocks, 7)
|
||||
req.Len(pg1.Blocks, 8)
|
||||
// @todo test page block references
|
||||
// spew.Dump(pg1.Blocks)
|
||||
|
||||
|
||||
5
server/tests/envoy/testdata/full/full.yaml
vendored
5
server/tests/envoy/testdata/full/full.yaml
vendored
@@ -78,6 +78,11 @@ namespace:
|
||||
kind: Comment
|
||||
options:
|
||||
module: test_ns_1_mod_1
|
||||
|
||||
- title: Test Namespace 1 Page 1 Block 8
|
||||
kind: Progress
|
||||
options:
|
||||
module: test_ns_1_mod_1
|
||||
pages:
|
||||
test_ns_1_record_page_1:
|
||||
title: Test Namespace 1 Record Page 1
|
||||
|
||||
Reference in New Issue
Block a user