MerrionComputing / EventsSourcing-on-Azure-Functions

A library to demonstrate doing Event Sourcing as a data persistence mechanism for Azure Functions
MIT License
103 stars 20 forks source link

Error running unit tests from GitHub actions #48

Closed MerrionComputing closed 3 years ago

MerrionComputing commented 3 years ago

Error Message: Initialization method EventSourcingOnAzureFunctions.Test.TableEventStreamWriter_UnitTest.InitialiseEnvironmentVariables threw exception. Sprache.ParseException: Parsing failure: unexpected '.'; expected = (Line 1, Column 5); recently consumed: Bank.

MerrionComputing commented 3 years ago

It seems that the environment variables are not allowed to have dots in them - although actual environment variables can...

MerrionComputing commented 3 years ago

Hard coded mock environment variables