forked from grassrootseconomics/visedriver
		
	include the Database in context
This commit is contained in:
		
							parent
							
								
									9f562fe53e
								
							
						
					
					
						commit
						415c807464
					
				| @ -25,6 +25,7 @@ var ( | ||||
| func TestEngine(sessionId string) (engine.Engine, func(), chan bool) { | ||||
| 	ctx := context.Background() | ||||
| 	ctx = context.WithValue(ctx, "SessionId", sessionId) | ||||
| 	ctx = context.WithValue(ctx, "Database", "gdbm") | ||||
| 	pfp := path.Join(scriptDir, "pp.csv") | ||||
| 
 | ||||
| 	var eventChannel = make(chan bool) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user