mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-06 20:11:37 +00:00
Update test fixtures
- Can't assume that pk values will be assigned sensibly! - Need to hard-code them in
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Construct build objects
|
||||
|
||||
- model: build.build
|
||||
pk: 1
|
||||
fields:
|
||||
part: 25
|
||||
batch: 'B1'
|
||||
@@ -16,6 +17,7 @@
|
||||
tree_id: 0
|
||||
|
||||
- model: build.build
|
||||
pk: 2
|
||||
fields:
|
||||
part: 50
|
||||
title: 'Making things'
|
||||
|
Reference in New Issue
Block a user