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 36cb486 commit 2a15404Copy full SHA for 2a15404
tests/resources/test_database.py
@@ -34,7 +34,7 @@ def test_create(self):
34
name="Test",
35
engine="h2",
36
details={
37
- "db": "zip:/app/metabase.jar!/sample-dataset.db;USER=GUEST;PASSWORD=guest"
+ "db": "zip:/app/metabase.jar!/sample-database.db;USER=GUEST;PASSWORD=guest"
38
},
39
using=self.metabase,
40
)
@@ -73,7 +73,7 @@ def test_delete(self):
73
74
75
76
77
78
79
0 commit comments