Skip to content

Commit 768455c

Browse files
stac-23181: Fix test
1 parent fbe4e57 commit 768455c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/rbac/rbac_create_subject_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ func TestCreateSubject(t *testing.T) {
4848

4949
otherExpectedSubject := stackstate_api.NewCreateSubject()
5050
otherExpectedSubject.SetQuery(SomeScope)
51+
otherExpectedSubject.SetVersion("0.0.1")
5152
assert.Equal(t, otherExpectedSubject, calls[0].PcreateSubject)
5253

5354
expectedStrings := []string{

0 commit comments

Comments
 (0)