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 cfa189d commit 24065e2Copy full SHA for 24065e2
dbos/dbos_test.go
@@ -62,7 +62,7 @@ func TestConfig(t *testing.T) {
62
assert.Equal(t, expectedMsg, dbosErr.Message)
63
})
64
65
- t.Run("FailsWithoutDatabaseURL", func(t *testing.T) {
+ t.Run("FailsWithoutDatabaseURLOrSystemDBPool", func(t *testing.T) {
66
config := Config{
67
AppName: "test-app",
68
}
0 commit comments