We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728dd82 commit d4f9251Copy full SHA for d4f9251
cmd/dbos/cli_integration_test.go
@@ -70,6 +70,7 @@ func TestCLIWorkflow(t *testing.T) {
70
require.NoError(t, err, "Reset database command failed: %s", string(output))
71
72
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")
74
75
// log in the database and ensure the dbos schema does not exist anymore
76
db, err := sql.Open("pgx", getDatabaseURL())
0 commit comments