Skip to content

Use t.Name() for withSharedInMemoryDriver

Hayley Swimelar requested to merge improve-shared-inmemory-driver into master

This MR improves the conventions around using the shared inmemory drivers for the API integration tests.

Since these instances last beyond the life of the tests, using t.Name() ensures that subtests using different arguments will use a fresh driver. Additionally, this is a bit more convenient and consistent than hard coding a name.

Merge request reports