Skip to content

Commit d4f9251

Browse files
committed
more gha debug
1 parent 728dd82 commit d4f9251

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/dbos/cli_integration_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ func TestCLIWorkflow(t *testing.T) {
7070
require.NoError(t, err, "Reset database command failed: %s", string(output))
7171

7272
assert.Contains(t, string(output), "System database has been reset successfully", "Output should confirm database reset")
73+
assert.Contains(t, string(output), "database\":\"dbos", "Output should confirm database reset")
7374

7475
// log in the database and ensure the dbos schema does not exist anymore
7576
db, err := sql.Open("pgx", getDatabaseURL())

0 commit comments

Comments
 (0)