Skip to content

Commit

Permalink
Fix common tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shapovalovts committed Dec 24, 2023
1 parent 63941a0 commit 21fdb14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/wm_gate_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ create_partition(_Config) ->
tenant_name => "dude",
key_name => "key1",
job_id => "40565124-9c03-11ee-8ca4-633064256ed4",
runtime => "http://10.0.2.15/swm-worker.tar.gz",
ingres_ports => "8888,10022,12345",
count => 1},
{ok, Ref1} = wm_gate:create_partition(self(), get_remote(), get_creds(), Options),
?assertMatch({partition_spawned, Ref1, _}, wm_utils:await(partition_spawned, Ref1, 2000)).
Expand Down

0 comments on commit 21fdb14

Please sign in to comment.