Skip to content

Commit 8399f08

Browse files
committed
test: fix reference in integration test
Signed-off-by: Subin Shekhar <[email protected]>
1 parent 9ccabaf commit 8399f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test_ibm_analytics_engine_api_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def test_get_log_forwarding_config(self):
299299
@needscredentials
300300
def test_configure_platform_logging(self):
301301
response = self.ibm_analytics_engine_api_service.configure_platform_logging(
302-
instance_guid='e64c907a-e82f-46fd-addc-ccfafbd28b09',
302+
instance_guid=self.instance_id,
303303
enable=True,
304304
)
305305

0 commit comments

Comments
 (0)