Skip to content

Commit 862e298

Browse files
committed
Using named params to fix test
1 parent fd4f226 commit 862e298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_platform(self):
3737
self.assertEqual(app.id, APP_ID)
3838

3939
# Check if app is created
40-
app = cloud.Application(CLIENT, APP_ID)
40+
app = cloud.Application(client=CLIENT, id=APP_ID)
4141
self.assertIsNotNone(app)
4242
self.assertEqual(app.id, APP_ID)
4343

0 commit comments

Comments
 (0)