Skip to content

Commit 06224bc

Browse files
committed
feat(testservice): advertise flag-change-listeners capability
Add CapabilityFlagChangeListeners to the test service capabilities list. All 8 flag change listener tests pass against the sdk-test-harness.
1 parent 9fef78b commit 06224bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testservice/service.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ var capabilities = []string{
4848
servicedef.CapabilityPersistentDataStoreRedis,
4949
servicedef.CapabilityPersistentDataStoreConsul,
5050
servicedef.CapabilityPersistentDataStoreDynamoDB,
51+
servicedef.CapabilityFlagChangeListeners,
5152
}
5253

5354
// gets the specified environment variable, or the default if not set

0 commit comments

Comments
 (0)