Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Mar 8, 2023
1 parent 1e88cd7 commit 51d0459
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/data_model_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ def test_experiment_spec_from_and_to_json_and_file(beaker_cloud_cluster_name: st
"context": {"cluster": beaker_cloud_cluster_name},
"result": {"path": "/unused"},
"resources": {"memory": "512m", "sharedMemory": "512m"},
"hostNetworking": False,
"leaderSelection": False,
},
],
}
Expand Down

0 comments on commit 51d0459

Please sign in to comment.