Skip to content

Commit 421c6cc

Browse files
committed
Tests - Execute Command DCL execution verifiction (Oracle)
1 parent 10b7131 commit 421c6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QueryDB.Core.Tests/OracleTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ public void Test_Oracle_ExecuteCommand_DML_Unsupported_SELECT_Queries()
410410
[TestCategory(DB_TESTS), TestCategory(ORACLE_TESTS)]
411411
public void Test_Oracle_ExecuteCommand_DCL_Queries()
412412
{
413-
var user = "TEST_USER";
413+
var user = "C##TEST_USER";
414414
var password = "Test123456";
415415
var table = "AGENTS";
416416
var commands = "SELECT, UPDATE";

0 commit comments

Comments
 (0)